Completed
Push — master ( ff0b8c...0be603 )
by Daniel
30:07 queued 23:25
created
src/Transform.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -184,7 +184,6 @@
 block discarded – undo
184 184
     /**
185 185
      * Remove all instances of $ignore found in $elements (=== is used).
186 186
      *
187
-     * @param array $elements
188 187
      * @param array $ignore
189 188
      * @return array
190 189
      */
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Narrowspark\Arr;
3 3
 
4
+use Closure;
4 5
 use Narrowspark\Arr\Traits\SplitPathTrait;
5 6
 use Narrowspark\Arr\Traits\ValueTrait;
6
-use Closure;
7 7
 
8 8
 class Transform
9 9
 {
Please login to merge, or discard this patch.