Completed
Push — master ( 86bd1d...cc06f9 )
by Aimeos
01:45
created
lib/custom/src/MW/Cache/Flow.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
 	 *
57 57
 	 * @inheritDoc
58 58
 	 *
59
-	 * @param \Traversable|array $keys List of key strings that identify the cache entries
59
+	 * @param string[] $keys List of key strings that identify the cache entries
60 60
 	 * 	that should be removed
61 61
 	 */
62 62
 	public function deleteMultiple( $keys )
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
 	 *
123 123
 	 * @inheritDoc
124 124
 	 *
125
-	 * @param \Traversable|array $keys List of key strings for the requested cache entries
125
+	 * @param string[] $keys List of key strings for the requested cache entries
126 126
 	 * @param mixed $default Default value to return for keys that do not exist
127 127
 	 * @return array Associative list of key/value pairs for the requested cache
128 128
 	 * 	entries. If a cache entry doesn't exist, neither its key nor a value
Please login to merge, or discard this patch.