File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 7
7
8
8
<rule ref =" Cdn77" />
9
9
10
- <rule ref =" SlevomatCodingStandard.Classes.RequireConstructorPropertyPromotion" />
11
- <rule ref =" SlevomatCodingStandard.ControlStructures.RequireNullSafeObjectOperator" />
12
- <rule ref =" SlevomatCodingStandard.Exceptions.RequireNonCapturingCatch" />
13
- <rule ref =" SlevomatCodingStandard.Functions.RequireArrowFunction" />
14
- <rule ref =" SlevomatCodingStandard.Functions.RequireTrailingCommaInDeclaration" />
15
- <rule ref =" SlevomatCodingStandard.TypeHints.UnionTypeHintFormat" >
16
- <properties >
17
- <property name =" withSpaces" value =" no" />
18
- <property name =" shortNullable" value =" no" />
19
- <property name =" nullPosition" value =" last" />
20
- </properties >
21
- </rule >
22
-
23
10
<file >src/</file >
24
11
<file >tests/</file >
25
12
Original file line number Diff line number Diff line change 61
61
<rule ref =" SlevomatCodingStandard.Classes.ConstantSpacing" />
62
62
<rule ref =" SlevomatCodingStandard.Classes.ParentCallSpacing" />
63
63
<rule ref =" SlevomatCodingStandard.Classes.PropertySpacing" />
64
+ <rule ref =" SlevomatCodingStandard.Classes.RequireConstructorPropertyPromotion" />
64
65
<rule ref =" SlevomatCodingStandard.Classes.RequireSingleLineMethodSignature" />
65
66
<rule ref =" SlevomatCodingStandard.Commenting.RequireOneLineDocComment" />
66
67
<rule ref =" SlevomatCodingStandard.ControlStructures.JumpStatementsSpacing" >
73
74
</property >
74
75
</properties >
75
76
</rule >
77
+ <rule ref =" SlevomatCodingStandard.ControlStructures.RequireNullSafeObjectOperator" />
78
+ <rule ref =" SlevomatCodingStandard.Exceptions.RequireNonCapturingCatch" />
76
79
<rule ref =" SlevomatCodingStandard.Files.LineLength" />
80
+ <rule ref =" SlevomatCodingStandard.Functions.RequireArrowFunction" />
81
+ <rule ref =" SlevomatCodingStandard.Functions.RequireTrailingCommaInDeclaration" />
77
82
78
83
<rule ref =" SlevomatCodingStandard.TypeHints.ReturnTypeHintSpacing" >
79
84
<properties >
80
85
<property name =" spacesCountBeforeColon" value =" 1" />
81
86
</properties >
82
87
</rule >
83
88
89
+ <rule ref =" SlevomatCodingStandard.TypeHints.UnionTypeHintFormat" >
90
+ <properties >
91
+ <property name =" withSpaces" value =" no" />
92
+ <property name =" shortNullable" value =" no" />
93
+ <property name =" nullPosition" value =" last" />
94
+ </properties >
95
+ </rule >
96
+
84
97
<rule ref =" Squiz.WhiteSpace.OperatorSpacing" >
85
98
<properties >
86
99
<property name =" ignoreNewlines" value =" true" />
You can’t perform that action at this time.
0 commit comments