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
A fresh Laravel installation has a lot of useless stuff like stupid comments, no return types, useless methods and so on. It would be nice if we could create a separate config with prefabricated set of rules to clean this up.
This could be used in normal codestyle.php file like that:
A fresh Laravel installation has a lot of useless stuff like stupid comments, no return types, useless methods and so on. It would be nice if we could create a separate config with prefabricated set of rules to clean this up.
This could be used in normal
codestyle.php
file like that:or maybe:
Or maybe even as a script in
./vendor/bin/codestyle --laravel
.The text was updated successfully, but these errors were encountered: