@@ -163,7 +163,7 @@ |
||
| 163 | 163 | ( |
| 164 | 164 | // asked to stop right here |
| 165 | 165 | $this->flowTarget === InterrupterInterface::TARGET_SELF || |
| 166 | - $this->flowTarget === $flow->getId() || |
|
| 166 | + $this->flowTarget === $flow->getId() || |
|
| 167 | 167 | ( |
| 168 | 168 | // target root when this Flow is root already |
| 169 | 169 | $this->flowTarget === InterrupterInterface::TARGET_TOP && |