Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added some brief documentation for phpcs
  • Loading branch information
ksaylor11 authored Apr 17, 2018
1 parent 573960d commit 6d78efa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# php-qatools
Collection of PHP QA tools

## PHP_CodeSniffer

[documentation](https://github.com/squizlabs/PHP_CodeSniffer)

Usage:

For `phpcs`

Integrate with Jetbrains [see documentation[(https://confluence.jetbrains.com/display/PhpStorm/PHP+Code+Sniffer+in+PhpStorm)

For `phpcbf`

`phpcbf <file or directory>`

0 comments on commit 6d78efa

Please sign in to comment.