Skip to content

Commit 52ee496

Browse files
committed
Docs update
1 parent 120606c commit 52ee496

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

docs/rules-list/custom.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
- InpsydeCodingStandard.CodeQuality.HookClosureReturn
1414
- InpsydeCodingStandard.CodeQuality.HookClosureReturn.NoReturnFromFilter
1515
- InpsydeCodingStandard.CodeQuality.HookClosureReturn.ReturnFromAction
16-
- InpsydeCodingStandard.CodeQuality.MaxNestingLevel
17-
- InpsydeCodingStandard.CodeQuality.MaxNestingLevel.TooNested
1816
- InpsydeCodingStandard.CodeQuality.NoElse
1917
- InpsydeCodingStandard.CodeQuality.NoElse.NoElse
2018
- InpsydeCodingStandard.CodeQuality.NoSetter

docs/rules-list/generic.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@
33
- Generic
44
- Generic.ControlStructures
55
- Generic.ControlStructures.InlineControlStructure
6-
- Generic.ControlStructures.InlineControlStructure.NotAllowed
76
- Generic.Files
87
- Generic.Files.ByteOrderMark
9-
- Generic.Files.ByteOrderMark.Found
108
- Generic.Files.LineEndings
11-
- Generic.Files.LineEndings.InvalidEOLChar
129
- Generic.Files.LineLength
1310
- Generic.Functions
1411
- Generic.FunctionCallArgumentSpacing
12+
- Generic.Metrics
13+
- Generic.Metrics.CyclomaticComplexity
14+
- Generic.Metrics.NestingLevel
1515
- Generic.NamingConventions
16+
- Generic.NamingConventions.ConstructorName
1617
- Generic.NamingConventions.UpperCaseConstantName
1718
- Generic.WhiteSpace
1819
- Generic.WhiteSpace.SuperfluousWhitespace
@@ -21,11 +22,14 @@
2122
- Generic.Formatting
2223
- Generic.Formatting.DisallowMultipleStatements
2324
- Generic.PHP
25+
- Generic.PHP.CharacterBeforePHPOpeningTag
26+
- Generic.PHP.LowerCaseConstant
2427
- Generic.PHP.LowerCaseKeyword
2528

2629
- Squiz
2730
- Squiz.Classes
2831
- Squiz.Classes.ValidClassName
32+
- Squiz.Classes.LowercaseClassKeywords
2933
- Squiz.ControlStructures
3034
- Squiz.ControlStructures.ControlSignature
3135
- Squiz.ControlStructures.ForEachLoopDeclaration
@@ -37,13 +41,16 @@
3741
- Squiz.Functions.LowercaseFunctionKeywords
3842
- Squiz.Functions.FunctionDeclarationArgumentSpacing
3943
- Squiz.Functions.MultiLineFunctionDeclaration
40-
- Squiz.Scope
41-
- Squiz.Scope.MethodScope
4244
- Squiz.PHP
4345
- Squiz.PHP.Eval
44-
- Squiz.PHP.Eval.Discouraged
4546
- Squiz.PHP.CommentedOutCode
46-
- Squiz.PHP.CommentedOutCode.Found
47+
- Squiz.PHP.InnerFunctions
48+
- Squiz.PHP.LowercasePHPFunctions
49+
- Squiz.PHP.NonExecutableCode
50+
- Squiz.Scope
51+
- Squiz.Scope.MemberVarScope
52+
- Squiz.Scope.MethodScope
53+
- Squiz.Scope.StaticThisUsage
4754
- Squiz.WhiteSpace
4855
- Squiz.WhiteSpace.ScopeKeywordSpacing
4956
- Squiz.WhiteSpace.ControlStructureSpacing

0 commit comments

Comments
 (0)