Skip to content

Commit ab74603

Browse files
authored
Merge pull request #3 from sirbrillig/try/adjust-structure
Move code into new directory to simplify references
2 parents 9da1f67 + 902042e commit ab74603

File tree

5 files changed

+1
-1
lines changed

5 files 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!
File renamed without changes.

0 commit comments

Comments
 (0)