Closed
Description
Symfony version(s) affected: 4.1.4
Description
This line does not make any sense. https://github.com/symfony/symfony/blob/v4.1.4/src/Symfony/Component/Workflow/Workflow.php#L122
Possible Solution
Replace continue with break and negate condition or remove if block completelly.