Completed
Push — master ( 898d54...d0a625 )
by Sam
07:59 queued 02:58
created
src/Util/TypeInfo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
         ?TypeInterface $initialType = null
78 78
     ) {
79 79
         $this->schema                     = $schema;
80
-        $this->getFieldDefinitionFunction = $getFieldDefinitionFunction ?? function (
80
+        $this->getFieldDefinitionFunction = $getFieldDefinitionFunction ?? function(
81 81
                 Schema $schema,
82 82
                 TypeInterface $parentType,
83 83
                 FieldNode $fieldNode
Please login to merge, or discard this patch.