Test Failed
Push — master ( 198c54...442f01 )
by Kirill
07:23 queued 02:04
created
src/Compiler/Processor/Definition/ObjectProcessor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
         /** @var ObjectDefinition $object */
30 30
         $object = $ast->getTypeDefinition();
31 31
 
32
-        $this->immediately(function () use ($ast, $object): void {
32
+        $this->immediately(function() use ($ast, $object): void {
33 33
             $object->withOffset($ast->getOffset());
34 34
             $object->withDescription($ast->getDescription());
35 35
         });
Please login to merge, or discard this patch.