add phpstan and fix few php-cs-fixer

This commit is contained in:
osaajani 2019-10-29 18:34:17 +01:00
parent cf1746ff13
commit d3408e0600
3 changed files with 44 additions and 1 deletions

View file

@ -7,7 +7,7 @@
'Args :' . "\n" .
' - help : Show help message.' . "\n" .
' - lint : Show coding standards to fix.' . "\n" .
' - help : Fix coding standards.' . "\n";
' - fix : Fix coding standards.' . "\n";
exit(100);
}