|
85 | 85 | <rule ref="SlevomatCodingStandard.TypeHints.NullableTypeForNullDefaultValue"/> |
86 | 86 | <rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHint"/> |
87 | 87 | <rule ref="SlevomatCodingStandard.TypeHints.PropertyTypeHint"/> |
88 | | - |
89 | 88 | <!--<rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHint"/>--> |
90 | 89 |
|
91 | 90 | <rule ref="SlevomatCodingStandard.Variables.DisallowVariableVariable"/> |
|
112 | 111 | <exclude-pattern>tests/Storage/SessionStorageTest.php</exclude-pattern> |
113 | 112 | </rule> |
114 | 113 |
|
115 | | - <rule ref="SlevomatCodingStandard.TypeHints.UnionTypeHintFormat"> |
| 114 | + <rule ref="SlevomatCodingStandard.TypeHints.DNFTypeHintFormat"> |
116 | 115 | <properties> |
117 | | - <property name="withSpaces" value="no"/> |
118 | 116 | <property name="shortNullable" value="no"/> |
119 | 117 | <property name="nullPosition" value="last"/> |
120 | 118 | </properties> |
|
147 | 145 | <rule ref="Generic.ControlStructures.InlineControlStructure"/> |
148 | 146 | <rule ref="Generic.Formatting.DisallowMultipleStatements"/> |
149 | 147 | <!--<rule ref="Generic.Formatting.MultipleStatementAlignment"/>--> |
150 | | - <rule ref="Generic.Formatting.NoSpaceAfterCast"/> |
151 | | - <rule ref="Generic.Functions.CallTimePassByReference"/> |
152 | 148 | <!--<rule ref="Generic.NamingConventions.InterfaceNameSuffix"/>--> |
153 | 149 | <rule ref="Generic.NamingConventions.TraitNameSuffix"/> |
154 | 150 | <rule ref="Generic.PHP.BacktickOperator"/> |
|
183 | 179 |
|
184 | 180 |
|
185 | 181 | <rule ref="Squiz.Arrays.ArrayBracketSpacing"/> |
186 | | - <rule ref="Squiz.Classes.DuplicateProperty"/> |
187 | 182 | <rule ref="Squiz.Classes.LowercaseClassKeywords"/> |
188 | 183 | <rule ref="Squiz.Classes.SelfMemberReference"/> |
189 | 184 | <rule ref="Squiz.Commenting.DocCommentAlignment"/> |
|
0 commit comments