Skip to content

Commit 4f4fcc6

Browse files
committed
Fix readme typo and add new Squiz sniff
1 parent 0a1d9a4 commit 4f4fcc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PHP CodeSniffer - Custom standard ruleset
22

3-
Custom ruleset for [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) with [Slevomat sniffs](https://github.com/slevomat/coding-standard). Ruleset is based on *PSR2 + PSR12** with additional rules, more detailed list is below. Ruleset is possible to use with **space indentation** and also **tabs indentation**.
3+
Custom ruleset for [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) with [Slevomat sniffs](https://github.com/slevomat/coding-standard). Ruleset is based on **PSR2 + PSR12** with additional rules, more detailed list is below. Ruleset is possible to use with **space indentation** and also **tabs indentation**.
44

55
## Installation and running
66

@@ -167,6 +167,7 @@ There is no really good documentation for sniffs. I wrote one sentence explanati
167167

168168
### Squiz (34 sniffs)
169169
- Squiz.Arrays.ArrayBracketSpacing
170+
- Squiz.Arrays.ArrayDeclaration
170171
- Squiz.Classes.ClassFileName
171172
- Squiz.Classes.SelfMemberReference
172173
- Squiz.Classes.ValidClassName

0 commit comments

Comments
 (0)