Completed
Push — master ( ac9830...86bd1d )
by Aimeos
01:48
created
lib/custom/src/MW/Cache/Flow.php 1 patch
Doc Comments   +2 added lines, -3 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
@@ -183,7 +183,6 @@  discard block
 block discarded – undo
183 183
 	 *
184 184
 	 * @inheritDoc
185 185
 	 *
186
-	 * @param string $name Key string for the given value like product/id/123
187 186
 	 * @param mixed $value Value string that should be stored for the given key
188 187
 	 * @param int|string|null $expires Date/time string in "YYYY-MM-DD HH:mm:ss"
189 188
 	 * 	format when the cache entry expires
Please login to merge, or discard this patch.