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
math is very close to PSR-12. vendor/bin/phpcs --standard=PSR12 src/ -sp --exclude=PSR12.Functions.ReturnTypeDeclaration gives very few errors.
PSR-12 is a good starting point. It is a standard.
math
is very close to PSR-12.vendor/bin/phpcs --standard=PSR12 src/ -sp --exclude=PSR12.Functions.ReturnTypeDeclaration
gives very few errors.PSR-12 is a good starting point. It is a standard.
https://github.com/slevomat/coding-standard has wonderful sniffs! :)
The text was updated successfully, but these errors were encountered: