@@ -29,7 +29,7 @@ |
||
| 29 | 29 | } |
| 30 | 30 | return array_filter( |
| 31 | 31 | $result, |
| 32 | - function ($value) { |
|
| 32 | + function($value) { |
|
| 33 | 33 | return $value !== null; |
| 34 | 34 | } |
| 35 | 35 | ); |