Passed
Push — master ( d667a8...bd3178 )
by Quang
02:25
created
src/Execution/ExecutionStrategy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
             switch ($selection->getKind()) {
79 79
                 case NodeKindEnum::FIELD:
80 80
                     $name = $this->getFieldNameKey($selection);
81
-                    if(!isset($runtimeType->getFields()[$selection->getNameValue()])){
81
+                    if (!isset($runtimeType->getFields()[$selection->getNameValue()])) {
82 82
                         continue;
83 83
                     }
84 84
                     if (!isset($fields[$name])) {
Please login to merge, or discard this patch.