@@ -24,7 +24,7 @@ |
||
24 | 24 | private function __construct( |
25 | 25 | ?Closure $setter |
26 | 26 | ) { |
27 | - $this->setter = $setter ?: function (string $attribute, $value): void { |
|
27 | + $this->setter = $setter ?: function(string $attribute, $value): void { |
|
28 | 28 | $this->$attribute = $value; |
29 | 29 | }; |
30 | 30 | } |
@@ -19,7 +19,7 @@ |
||
19 | 19 | $this->properties = $properties; |
20 | 20 | } |
21 | 21 | |
22 | - public static function for( |
|
22 | + public static function for ( |
|
23 | 23 | Hydrates $hydrator, |
24 | 24 | MapsProperties $properties |
25 | 25 | ): Hydrates { |