| @@ -184,7 +184,6 @@ | ||
| 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 | */ | 
| @@ -1,9 +1,9 @@ | ||
| 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 |  { |