Passed
Pull Request — master (#14)
by Alexander
02:11
created
src/Behaviors/LoaderBehavior.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -151,7 +151,7 @@
 block discarded – undo
151 151
         if (is_callable($this->load)) {
152 152
             call_user_func($this->load, $record);
153 153
         } elseif (!empty($this->attribute)) {
154
-            $closure = function (ActiveRecord $value, string $attribute) {
154
+            $closure = function(ActiveRecord $value, string $attribute) {
155 155
                 $this->{$attribute} = $value;
156 156
             };
157 157
             $closure->call($this->owner, $record, $this->attribute);
Please login to merge, or discard this patch.