Passed
Push — master ( e5d8be...6a9acd )
by Fabrice
04:52 queued 02:37
created
src/Interrupter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -163,7 +163,7 @@
 block discarded – undo
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 &&
Please login to merge, or discard this patch.