Passed
Pull Request — master (#21)
by Christoffer
02:13
created
src/Execution/ExecutionStrategy.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@
 block discarded – undo
154 154
      */
155 155
     protected function isDefinedField(ObjectType $parentType, string $fieldName)
156 156
     {
157
-       return isset($parentType->getFields()[$fieldName]);
157
+        return isset($parentType->getFields()[$fieldName]);
158 158
     }
159 159
 
160 160
     /**
Please login to merge, or discard this patch.