File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -76,9 +76,9 @@ protected function getCrawler(Response $response)
7676 }
7777
7878 /**
79- * Get all nodes we are interested in pushing
79+ * Get all nodes we are interested in pushing.
8080 *
81- * @param $response
81+ * @param \Illuminate\Http\Response $response
8282 *
8383 * @return \Illuminate\Support\Collection
8484 */
@@ -90,9 +90,9 @@ protected function fetchLinkableNodes($response)
9090 }
9191
9292 /**
93- * Build out header string based on asset extension
93+ * Build out header string based on asset extension.
9494 *
95- * @param String $url
95+ * @param string $url
9696 *
9797 * @return string
9898 */
@@ -120,7 +120,7 @@ private function buildLinkHeaderString($url)
120120 /**
121121 * Add Link Header
122122 *
123- * @param Response $response
123+ * @param \Illuminate\Http\ Response $response
124124 *
125125 * @param $link
126126 */
You can’t perform that action at this time.
0 commit comments