Upgrading code style to PSR-12? #43392
-
Hi, Why not upgrade this, with the next Laravel version (Laravel 10), for example? |
Beta Was this translation helpful? Give feedback.
Answered by
michael-rubel
Aug 7, 2022
Replies: 1 comment
-
This is because the Laravel team has its own vision of code style. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
crynobone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is because the Laravel team has its own vision of code style.
If you want to follow
PSR-12
or the Laravel standard, you can useLaravel Pint
tool.