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
Doesn't necessarily need to be fixed now, but should definitely be fixed before 7.0 (assuming the RFC passes).
When adding declare(strict_types=1); causes phpcs to throw a warning on the PSR-2 Standard.
1 | WARNING | [ ] A file should declare new symbols (classes,
| | functions, constants, etc.) and cause no other
| | side effects, or it should execute logic with
| | side effects, but should not do both. The first
| | symbol is defined on line 23 and the first side
| | effect is on line 3.