@@ -94,7 +94,7 @@ |
||
| 94 | 94 | */ |
| 95 | 95 | public function interruptFlow($interruptType, InterrupterInterface $flowInterrupt = null) |
| 96 | 96 | { |
| 97 | - $node = isset($this->nodes[$this->nodeIdx]) ? $this->nodes[$this->nodeIdx] : null; |
|
| 97 | + $node = isset($this->nodes[$this->nodeIdx]) ? $this->nodes[$this->nodeIdx] : null; |
|
| 98 | 98 | switch ($interruptType) { |
| 99 | 99 | case InterrupterInterface::TYPE_CONTINUE: |
| 100 | 100 | $this->continue = true; |