@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | |
4 | 4 | namespace SimpleCrud; |
5 | 5 | |
@@ -251,7 +251,7 @@ discard block |
||
251 | 251 | if (empty($this->id)) { |
252 | 252 | $values = array_filter( |
253 | 253 | $this->toArray(), |
254 | - function ($value) { |
|
254 | + function($value) { |
|
255 | 255 | return $value !== null; |
256 | 256 | } |
257 | 257 | ); |