I noticed that Laravel 4 uses some of the PSR . I recently installed the php-cs-fixer tool for SensioLabs, which detects and fixes most problems when we want to follow PHP coding standards.
I executed the command in my bare copy of Laravel 4, and this is a magazine.
php-cs-fixer fix app/
The output shows some problems associated with the PSR-0 startup standard.
What's going on here?
Any help was appreciated.
source
share