@@ -14,7 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | $collection = array_filter( |
16 | 16 | $collection, |
17 | - function ($value) { |
|
17 | + function($value) { |
|
18 | 18 | return empty($value); |
19 | 19 | } |
20 | 20 | ); |
@@ -14,7 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | $collection = array_filter( |
16 | 16 | $collection, |
17 | - function ($value) { |
|
17 | + function($value) { |
|
18 | 18 | return !empty($value); |
19 | 19 | } |
20 | 20 | ); |