Closed
Description
Transition/place names no longer apply this:
- if (!preg_match('{^[\w_-]+$}', $place)) {
- throw new InvalidArgumentException(sprintf('The place "%s" contains invalid characters.', $place));
- }
See symfony/symfony#26079. Review if we mention this in any place of the docs.