Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
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));- }
Seesymfony/symfony#26079. Review if we mention this in any place of the docs.