Passed
Push — v3.x ( 919b13...26a2dc )
by Chad
03:21 queued 01:38
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.