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
Would you consider changing to PSR-2? While working on the pull request for #21 I couldn't help but notice gross indentation inconsistencies and I believe that this project would benefit greatly from following a framework standard such as PSR-2 (as it already applies PSR-4).
A few obvious things that would need to be updated are:
Tabs to spaces
No new line after control structures
New line after class declaration
The text was updated successfully, but these errors were encountered:
Yes, it will be a great help for us all, if you do it. :)
If you working in PHPStorm, then you can use PSR-1/PSR-2 from predefined styles, and apply that style to all files.
Would you consider changing to PSR-2? While working on the pull request for #21 I couldn't help but notice gross indentation inconsistencies and I believe that this project would benefit greatly from following a framework standard such as PSR-2 (as it already applies PSR-4).
A few obvious things that would need to be updated are:
The text was updated successfully, but these errors were encountered: