Skip to content

Commit

Permalink
Fixed fabbot.io
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Jan 30, 2019
1 parent e5cde46 commit 5a32de9
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -204,9 +204,9 @@ private function willMakeFinalResponseUncacheable(Response $response)
* If the value is lower than the currently stored value, we update the value, to keep a rolling
* minimal value of each instruction. If the value is NULL, the directive will not be set on the final response.
*
* @param string $directive
* @param string $directive
* @param int|null $value
* @param int $age
* @param int $age
*/
private function storeRelativeAgeDirective($directive, $value, $age)
{
Expand Down

0 comments on commit 5a32de9

Please sign in to comment.