Passed
Push — master ( c9730e...948ea5 )
by Alexander
02:26
created
src/Behaviors/LoaderBehavior.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -163,7 +163,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.