Completed
Pull Request — 2.x (#226)
by
unknown
03:11 queued 01:39
created
src/Adapter/SymfonyCache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
      * @param string          $cacheDir            A Symfony cache directory
71 71
      * @param string          $token               A token to clear the related cache
72 72
      * @param bool            $phpCodeCacheEnabled If true, will clear OPcache code cache
73
-     * @param array           $types               A cache types array
73
+     * @param string[]           $types               A cache types array
74 74
      * @param array           $servers             An array of servers
75 75
      * @param array           $timeouts            An array of timeout options
76 76
      */
Please login to merge, or discard this patch.
src/Adapter/SsiCache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
      * @param string                           $token
46 46
      * @param RouterInterface                  $router
47 47
      * @param null|ControllerResolverInterface $resolver
48
-     * @param null|ArgumentsResolverInterface  $argumentResolver
48
+     * @param null|ArgumentResolverInterface  $argumentResolver
49 49
      */
50 50
     public function __construct($token, RouterInterface $router, ControllerResolverInterface $resolver = null, ArgumentResolverInterface $argumentResolver = null)
51 51
     {
Please login to merge, or discard this patch.