Completed
Push — master ( ff0b8c...0be603 )
by Daniel
30:07 queued 23:25
created
src/Transform.php 1 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.