Completed
Push — master-dev-kit ( c052dd )
by
unknown
07:22 queued 05:17
created
Adapter/SymfonyCache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
      * @param string          $cacheDir            A Symfony cache directory
65 65
      * @param string          $token               A token to clear the related cache
66 66
      * @param bool            $phpCodeCacheEnabled If true, will clear APC or PHP OPcache code cache
67
-     * @param array           $types               A cache types array
67
+     * @param string[]           $types               A cache types array
68 68
      * @param array           $servers             An array of servers
69 69
      */
70 70
     public function __construct(RouterInterface $router, Filesystem $filesystem, $cacheDir, $token, $phpCodeCacheEnabled, array $types, array $servers)
Please login to merge, or discard this patch.