@@ -45,7 +45,7 @@ |
||
| 45 | 45 | } |
| 46 | 46 | |
| 47 | 47 | if (\is_array($data[$name])) { |
| 48 | - $check = array_filter($data[$name], function ($value) { |
|
| 48 | + $check = array_filter($data[$name], function($value) { |
|
| 49 | 49 | return $value !== null; |
| 50 | 50 | }); |
| 51 | 51 | |