Test Setup Failed
Push — master ( 0ea50c...925e10 )
by Joao
02:47
created
src/Psr16/BaseCacheEngine.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@  discard block
 block discarded – undo
10 10
 {
11 11
     /**
12 12
      * @param $keys
13
-     * @param null $default
13
+     * @param string $default
14 14
      * @return array|iterable
15 15
      * @throws \ByJG\Cache\InvalidArgumentException
16 16
      * @throws \Psr\SimpleCache\InvalidArgumentException
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
     }
42 42
 
43 43
     /**
44
-     * @param iterable $keys
44
+     * @param string[] $keys
45 45
      * @return bool|void
46 46
      * @throws \Psr\SimpleCache\InvalidArgumentException
47 47
      */
Please login to merge, or discard this patch.