@@ -413,6 +413,9 @@ |
||
413 | 413 | } |
414 | 414 | } |
415 | 415 | |
416 | + /** |
|
417 | + * @param string $msg |
|
418 | + */ |
|
416 | 419 | private function validateUrl($url, $msg) |
417 | 420 | { |
418 | 421 | $prefixed = $this->prefixSchema($url); |
@@ -62,7 +62,7 @@ |
||
62 | 62 | * Assign cache tags to a response. |
63 | 63 | * |
64 | 64 | * @param Response $response |
65 | - * @param array $tags |
|
65 | + * @param string[] $tags |
|
66 | 66 | * @param bool $replace Whether to replace the current tags on the |
67 | 67 | * response |
68 | 68 | * |
@@ -159,6 +159,11 @@ |
||
159 | 159 | |
160 | 160 | private $response; |
161 | 161 | |
162 | + /** |
|
163 | + * @param EventDispatchingHttpCacheTest $test |
|
164 | + * @param EventDispatchingHttpCacheTest $request |
|
165 | + * @param Response $response |
|
166 | + */ |
|
162 | 167 | public function __construct($test, $kernel, $request, $response = null) |
163 | 168 | { |
164 | 169 | $this->test = $test; |