Completed
Pull Request — master (#39)
by Chad
05:24 queued 23s
created
src/Cache/ArrayCache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
135 135
      *
136 136
      * @param iterable $keys A list of string-based keys to be deleted.
137 137
      *
138
-     * @return boolean True if the items were successfully removed. False if there was an error.
138
+     * @return boolean|null True if the items were successfully removed. False if there was an error.
139 139
      *
140 140
      * @throws InvalidArgumentException Thrown if $keys is neither an array nor a Traversable,
141 141
      *                                  or if any of the $keys are not a legal value.
Please login to merge, or discard this patch.