Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified app/phpcs.phar
Binary file not shown.
2 changes: 1 addition & 1 deletion app/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down