@@ -230,7 +230,7 @@ |
||
| 230 | 230 | if (false === is_array($result)) { |
| 231 | 231 | return array_filter( |
| 232 | 232 | explode(',', (string) $result), |
| 233 | - function ($value) { |
|
| 233 | + function($value) { |
|
| 234 | 234 | return false === empty($value); |
| 235 | 235 | } |
| 236 | 236 | ); |