Passed
Push — master ( 55a121...085840 )
by Adrien
02:30
created
src/Factory/OutputFieldsConfigurationFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@
 block discarded – undo
158 158
         /** @var ReflectionNamedType $type */
159 159
         $type = $param->getType();
160 160
         if (!$arg->getTypeInstance() && $type) {
161
-            $this->throwIfArray($param,  $type->getName());
161
+            $this->throwIfArray($param, $type->getName());
162 162
             $arg->setTypeInstance($this->reflectionTypeToType($type, true));
163 163
         }
164 164
 
Please login to merge, or discard this patch.