Skip to content

Commit 6de00de

Browse files
committed
Add new sniffs.
1 parent 5b0b3e8 commit 6de00de

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/sniffs.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PhpCollective Code Sniffer
22

33

4-
The PhpCollectiveStrict standard contains 238 sniffs
4+
The PhpCollectiveStrict standard contains 240 sniffs
55

66
Generic (27 sniffs)
77
-------------------
@@ -48,7 +48,7 @@ PEAR (4 sniffs)
4848
- PEAR.Functions.ValidDefaultValue
4949
- PEAR.NamingConventions.ValidClassName
5050

51-
PhpCollective (85 sniffs)
51+
PhpCollective (87 sniffs)
5252
-------------------------
5353
- PhpCollective.Arrays.ArrayBracketSpacing
5454
- PhpCollective.Arrays.DisallowImplicitArrayCreation
@@ -119,6 +119,7 @@ PhpCollective (85 sniffs)
119119
- PhpCollective.PHP.RemoveFunctionAlias
120120
- PhpCollective.PHP.ShortCast
121121
- PhpCollective.PHP.SingleQuote
122+
- PhpCollective.PHP.VoidCast
122123
- PhpCollective.Testing.AssertPrimitives
123124
- PhpCollective.Testing.ExpectException
124125
- PhpCollective.Testing.Mock
@@ -134,6 +135,7 @@ PhpCollective (85 sniffs)
134135
- PhpCollective.WhiteSpace.MethodSpacing
135136
- PhpCollective.WhiteSpace.NamespaceSpacing
136137
- PhpCollective.WhiteSpace.ObjectAttributeSpacing
138+
- PhpCollective.WhiteSpace.PipeOperatorSpacing
137139
- PhpCollective.WhiteSpace.TernarySpacing
138140

139141
PhpCollectiveStrict (3 sniffs)

0 commit comments

Comments
 (0)