Completed
Push — master ( 578197...422f48 )
by Daniel
02:50
created
src/Access.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@
 block discarded – undo
154 154
      * Remove one or many array items from a given array using "dot" notation.
155 155
      *
156 156
      * @param array        $array
157
-     * @param array|string $keys
157
+     * @param string[] $keys
158 158
      */
159 159
     public function forget(array &$array, $keys)
160 160
     {
Please login to merge, or discard this patch.