Skip to content

Commit 893a77d

Browse files
authored
Merge pull request #3 from GrahamCampbell/patch-3
Fixed phpdoc
2 parents 24cde42 + 5989d81 commit 893a77d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Middleware/AddHttp2ServerPush.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)