Skip to content

Commit 902042e

Browse files
committed
Update README for simplified rule ref
1 parent 1779790 commit 902042e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ composer require --dev sirbrillig/phpcs-variable-analysis
3333
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).
3434

3535
```
36-
<rule ref="phpcs-variable-analysis.CodeAnalysis.VariableAnalysis"/>
36+
<rule ref="VariableAnalysis"/>
3737
```
3838

3939
It should just work after that!

0 commit comments

Comments
 (0)