it could be very useful to implement coding style guide like PSR-2: https://www.php-fig.org/psr/psr-2/ (https://akrabat.com/checking-your-code-for-psr-2/) + refactor docblocks so they are consistent here is an example: https://github.com/assemblie/Filebase/tree/style-guide its really lot of changes for now but we can implement it step by step or create specific style guide: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Coding-Standard-Tutorial imo its best to stay with PSR-2 as its most used across PHP ecosystem: https://symfony.com/doc/current/contributing/code/standards.html https://laravel.com/docs/5.6/contributions#coding-style http://auraphp.com/contributing/#standards https://flowframework.readthedocs.io/en/stable/TheDefinitiveGuide/PartV/CodingGuideLines/PHP.html#general-considerations etc.
it could be very useful to implement coding style guide like PSR-2:
https://www.php-fig.org/psr/psr-2/ (https://akrabat.com/checking-your-code-for-psr-2/)
here is an example: https://github.com/assemblie/Filebase/tree/style-guide
its really lot of changes for now but we can implement it step by step or create specific style guide:
https://github.com/squizlabs/PHP_CodeSniffer/wiki/Coding-Standard-Tutorial
imo its best to stay with PSR-2 as its most used across PHP ecosystem:
https://symfony.com/doc/current/contributing/code/standards.html
https://laravel.com/docs/5.6/contributions#coding-style
http://auraphp.com/contributing/#standards
https://flowframework.readthedocs.io/en/stable/TheDefinitiveGuide/PartV/CodingGuideLines/PHP.html#general-considerations
etc.