flightphp / core

An extensible micro-framework for PHP
https://docs.flightphp.com
MIT License
2.61k stars 407 forks source link

PHPCS code formatting problems solved #531

Closed fadrian06 closed 6 months ago

fadrian06 commented 6 months ago

I have the EditorConfig plugin in Sublime That's why the LSP always respects the 4 spaces and replaces all the tabs that are left there.

fadrian06 commented 6 months ago

in the source code it does not automatically format unless you commit only the formatting...in this PR I did all the formatting by hand to reduce the size of the lines since phpcs complains about lines longer than 120 characters

fadrian06 commented 6 months ago

finally I applied phpcbf but it didn't do anything because almost everything was already formatted