stecman / symfony-console-completion

Automatic tab-key completion for Symfony console application options, arguments and parameters
MIT License
420 stars 26 forks source link

Fixing coding standard violations using PHP_CodeSniffer #17

Closed aik099 closed 9 years ago

aik099 commented 9 years ago

I've executed "phpcbf --standard=PSR2 src tests" command and this is what was fixed.

stecman commented 9 years ago

Thanks, @aik099.