Skip to content

Commit

Permalink
Merge pull request #3 from GrahamCampbell/patch-3
Browse files Browse the repository at this point in the history
Fixed phpdoc
  • Loading branch information
JacobBennett authored Jul 31, 2016
2 parents 24cde42 + 5989d81 commit 893a77d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Middleware/AddHttp2ServerPush.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ protected function getCrawler(Response $response)
}

/**
* Get all nodes we are interested in pushing
* Get all nodes we are interested in pushing.
*
* @param $response
* @param \Illuminate\Http\Response $response
*
* @return \Illuminate\Support\Collection
*/
Expand All @@ -90,9 +90,9 @@ protected function fetchLinkableNodes($response)
}

/**
* Build out header string based on asset extension
* Build out header string based on asset extension.
*
* @param String $url
* @param string $url
*
* @return string
*/
Expand Down Expand Up @@ -120,7 +120,7 @@ private function buildLinkHeaderString($url)
/**
* Add Link Header
*
* @param Response $response
* @param \Illuminate\Http\Response $response
*
* @param $link
*/
Expand Down

0 comments on commit 893a77d

Please sign in to comment.