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
chore: Upgrade to Doctrine Coding Standard 10 (#14)
Add PHP 8.1 compatibility. To be able to install, set the `minimum-stability`
in the `composer.json` to `dev`.
There is one major change; multi-line function calls must have a trailing
comma, similar to multi-line arrays.