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
Add support for PHP Code Standards Sniffer. The idea is to perform linting of the app & src code against the PSR standards to pick up on potential optimalization.
This is an enhancement.
Context
Linting code improves readability and maintainability, and also helps pick up potentially hidden bugs which are tedious to fix.
The text was updated successfully, but these errors were encountered:
Detailed description
Add support for PHP Code Standards Sniffer. The idea is to perform linting of the app & src code against the PSR standards to pick up on potential optimalization.
This is an enhancement.
Context
Linting code improves readability and maintainability, and also helps pick up potentially hidden bugs which are tedious to fix.
The text was updated successfully, but these errors were encountered: