Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a32de9

Browse files
committed
Fixed fabbot.io
1 parent e5cde46 commit 5a32de9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/HttpKernel/HttpCache/ResponseCacheStrategy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ private function willMakeFinalResponseUncacheable(Response $response)
204204
* If the value is lower than the currently stored value, we update the value, to keep a rolling
205205
* minimal value of each instruction. If the value is NULL, the directive will not be set on the final response.
206206
*
207-
* @param string $directive
207+
* @param string $directive
208208
* @param int|null $value
209-
* @param int $age
209+
* @param int $age
210210
*/
211211
private function storeRelativeAgeDirective($directive, $value, $age)
212212
{

0 commit comments

Comments
 (0)