Completed
Pull Request — master (#235)
by David de
03:18
created
CacheManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.
DependencyInjection/FOSHttpCacheExtension.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -413,6 +413,9 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.