Completed
Push — master ( 06b28a...ee9170 )
by Kirill
08:08 queued 04:22
created
src/Compiler/Definition/DefinitionDelegate.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
 
61 61
         $this->definition = $this->bootDefinition($this->document);
62 62
 
63
-        $this->stack->transaction($this->definition, function (AbstractDefinition $record): void {
63
+        $this->stack->transaction($this->definition, function(AbstractDefinition $record): void {
64 64
             $record->withOffset($this->getOffset());
65 65
 
66 66
             if ($record instanceof TypeDefinition) {
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
      */
119 119
     public function compile(): void
120 120
     {
121
-        $this->transaction($this->definition, function (): void {
121
+        $this->transaction($this->definition, function(): void {
122 122
             $this->after($this->definition);
123 123
         });
124 124
     }
Please login to merge, or discard this patch.