Passed
Push — main ( 06da90...a6f07e )
by Sergey
07:41
created
src/EagerLoaderMultiAccessor.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,8 +8,8 @@
 block discarded – undo
8 8
 trait EagerLoaderMultiAccessor {
9 9
     public function __call($method, $arguments)
10 10
     {
11
-        if($method !== 'tryEagerLoadingRelation'){
12
-            if(null !== ($eagerResult = $this->tryEagerLoadingRelation($method))) {
11
+        if ($method !== 'tryEagerLoadingRelation') {
12
+            if (null !== ($eagerResult = $this->tryEagerLoadingRelation($method))) {
13 13
                 return $eagerResult;
14 14
             }
15 15
         }
Please login to merge, or discard this patch.