@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace Stratadox\Hydration\Hydrator; |
| 6 | 6 | |
@@ -30,7 +30,7 @@ |
||
| 30 | 30 | ) { |
| 31 | 31 | $this->class = $reflector; |
| 32 | 32 | $this->properties = $mapped; |
| 33 | - $this->setter = $setter ?: function (string $attribute, $value) |
|
| 33 | + $this->setter = $setter ?: function(string $attribute, $value) |
|
| 34 | 34 | { |
| 35 | 35 | $this->$attribute = $value; |
| 36 | 36 | }; |