|
@@ -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.