@@ -24,7 +24,7 @@ CakePHP (19 sniffs)
24
24
- CakePHP.WhiteSpace.FunctionSpacing
25
25
- CakePHP.WhiteSpace.TabAndSpace
26
26
27
- Generic (25 sniffs)
27
+ Generic (26 sniffs)
28
28
-------------------
29
29
- Generic.Arrays.DisallowLongArraySyntax
30
30
- Generic.CodeAnalysis.ForLoopShouldBeWhileLoop
@@ -37,7 +37,7 @@ Generic (25 sniffs)
37
37
- Generic.Files.LineEndings
38
38
- Generic.Files.LineLength
39
39
- Generic.Formatting.DisallowMultipleStatements
40
- - Generic.Formatting.NoSpaceAfterCast
40
+ - Generic.Formatting.SpaceAfterCast
41
41
- Generic.Functions.FunctionCallArgumentSpacing
42
42
- Generic.NamingConventions.UpperCaseConstantName
43
43
- Generic.PHP.DeprecatedFunctions
@@ -50,6 +50,7 @@ Generic (25 sniffs)
50
50
- Generic.PHP.NoSilencedErrors
51
51
- Generic.WhiteSpace.DisallowTabIndent
52
52
- Generic.WhiteSpace.IncrementDecrementSpacing
53
+ - Generic.WhiteSpace.LanguageConstructSpacing
53
54
- Generic.WhiteSpace.ScopeIndent
54
55
55
56
PEAR (1 sniff)
@@ -149,7 +150,7 @@ SlevomatCodingStandard (52 sniffs)
149
150
- SlevomatCodingStandard.Variables.DuplicateAssignmentToVariable
150
151
- SlevomatCodingStandard.Variables.UnusedVariable
151
152
152
- Squiz (28 sniffs)
153
+ Squiz (27 sniffs)
153
154
-----------------
154
155
- Squiz.Arrays.ArrayBracketSpacing
155
156
- Squiz.Classes.ClassFileName
@@ -173,7 +174,6 @@ Squiz (28 sniffs)
173
174
- Squiz.Scope.StaticThisUsage
174
175
- Squiz.WhiteSpace.CastSpacing
175
176
- Squiz.WhiteSpace.ControlStructureSpacing
176
- - Squiz.WhiteSpace.LanguageConstructSpacing
177
177
- Squiz.WhiteSpace.LogicalOperatorSpacing
178
178
- Squiz.WhiteSpace.ScopeClosingBrace
179
179
- Squiz.WhiteSpace.ScopeKeywordSpacing
@@ -182,4 +182,4 @@ Squiz (28 sniffs)
182
182
183
183
Zend (1 sniff)
184
184
--------------
185
- - Zend.NamingConventions.ValidVariableName
185
+ - Zend.NamingConventions.ValidVariableName
0 commit comments