Completed
Push — master ( 901f7c...43f0c4 )
by ignace nyamagana
10:57
created
src/Types/ImmutableCollectionTrait.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -97,7 +97,6 @@  discard block
 block discarded – undo
97 97
      * This method MUST retain the state of the current instance, and return
98 98
      * an instance that contains the modified component
99 99
      *
100
-     * @param array $keys the list of keys to remove from the collection
101 100
      *
102 101
      * @return static
103 102
      */
@@ -215,7 +214,7 @@  discard block
 block discarded – undo
215 214
     /**
216 215
      * Validate offset
217 216
      *
218
-     * @param int|string $offset
217
+     * @param string $offset
219 218
      *
220 219
      * @return int|string
221 220
      */
Please login to merge, or discard this patch.