@@ -163,7 +163,7 @@ |
||
163 | 163 | return; |
164 | 164 | } |
165 | 165 | |
166 | - $closure = function (object $value, string $attribute) { |
|
166 | + $closure = function(object $value, string $attribute) { |
|
167 | 167 | $this->{$attribute} = $value; |
168 | 168 | }; |
169 | 169 | $closure->call($this->owner, $object, $this->attribute); |