Completed
Push — master ( b1cf34...86190d )
by Mehmet
02:19
created
src/APCUCache.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
     /**
55 55
      * Obtain multiple cache items by their unique keys
56 56
      *
57
-     * @param array|Traversable $keys A list of keys that can obtained in a single operation.
57
+     * @param string[] $keys A list of keys that can obtained in a single operation.
58 58
      *
59 59
      * @return array An array of key => value pairs. Cache keys that do not exist or are stale will have a value of null.
60 60
      */
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
     /**
87 87
      * Delete multiple cache items in a single operation
88 88
      *
89
-     * @param array|Traversable $keys The array of string-based keys to be deleted
89
+     * @param string[] $keys The array of string-based keys to be deleted
90 90
      *
91 91
      * @return bool True on success and false on failure
92 92
      */
Please login to merge, or discard this patch.