@@ -49,7 +49,7 @@ |
||
49 | 49 | */ |
50 | 50 | private static function hydrate(object $object, array $properties, string $scope): void |
51 | 51 | { |
52 | - (function (array $properties) use ($object) { |
|
52 | + (function(array $properties) use ($object) { |
|
53 | 53 | foreach ($properties as $name => $value) { |
54 | 54 | $object->{$name} = $value; |
55 | 55 | } |