Completed
Pull Request — master (#40)
by Quang
02:16
created
src/Execution/ExecutionStrategy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -350,7 +350,7 @@
 block discarded – undo
350 350
             }
351 351
         }
352 352
 
353
-        if($subFields->count()) {
353
+        if ($subFields->count()) {
354 354
             return $this->executeFields($returnType, $result, $path, $subFields);
355 355
         }
356 356
 
Please login to merge, or discard this patch.