You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#60404 [FrameworkBundle] use use statements instead of FQCNs (xabbuh)
This PR was merged into the 7.3 branch.
Discussion
----------
[FrameworkBundle] use use statements instead of FQCNs
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
some code style fixes after symfony#54276
Commits
-------
ac85904 use use statements instead of FQCNs
$this->expectExceptionMessage('A transition from a place/state must have an unique name. Multiple transitions named "go" from place/state "first" were found on StateMachine "my_workflow".');
0 commit comments