PSR-2 Coding Standard – Automatically Format in Sublime Text
It is always really nice when a code editor allows fixing your code to PSR2 coding standard by just hitting a single command.
At my work, we heavily use Laravel framework, which follows the PSR-2 coding standard. So, every day we create new packages, add new classes we firs...