diff --git a/app/phpcs.phar b/app/phpcs.phar index 9aa99148d..b41255587 100755 Binary files a/app/phpcs.phar and b/app/phpcs.phar differ diff --git a/app/readme.md b/app/readme.md index 39fc56fc8..d300c2dd4 100755 --- a/app/readme.md +++ b/app/readme.md @@ -35,7 +35,7 @@ require("./run_migrations.php"); You can review the code for any possible code smell by running the PHPcs linter. -For more info on how to install PHPcs please refer to [https://github.com/squizlabs/PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) +For more info on how to install PHPcs please refer to [https://github.com/PHPCSStandards/PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) To run the linter please use the following command: