Skip to content

Commit

Permalink
Update README for simplified rule ref
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbrillig committed Nov 3, 2017
1 parent 1779790 commit 902042e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ composer require --dev sirbrillig/phpcs-variable-analysis
You can then include the sniffs by adding a line like the following to [your phpcs.xml file](https://github.com/squizlabs/PHP_CodeSniffer/wiki/Advanced-Usage#using-a-default-configuration-file).

```
<rule ref="phpcs-variable-analysis.CodeAnalysis.VariableAnalysis"/>
<rule ref="VariableAnalysis"/>
```

It should just work after that!
Expand Down

0 comments on commit 902042e

Please sign in to comment.