@@ -26,7 +26,7 @@ |
||
26 | 26 | $this->to = $to; |
27 | 27 | $this->relation = $relation; |
28 | 28 | // @todo use hydrator! |
29 | - $this->setter = function (string $property, $value): void { |
|
29 | + $this->setter = function(string $property, $value): void { |
|
30 | 30 | $this->$property = $value; |
31 | 31 | }; |
32 | 32 | } |