File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 247
247
<rule ref =" Squiz.WhiteSpace.SemicolonSpacing" />
248
248
249
249
<!-- PHP 8 specific, only relevant for those PHP 8.0+ -->
250
- <rule ref =" SlevomatCodingStandard.TypeHints.UnionTypeHintFormat " >
250
+ <rule ref =" SlevomatCodingStandard.TypeHints.DNFTypeHintFormat " >
251
251
<properties >
252
- <property name =" withSpaces" value =" no" />
252
+ <property name =" withSpacesAroundOperators" value =" no" />
253
+ <property name =" withSpacesInsideParentheses" value =" no" />
253
254
</properties >
254
255
</rule >
255
256
Original file line number Diff line number Diff line change @@ -215,11 +215,11 @@ SlevomatCodingStandard (55 sniffs)
215
215
- SlevomatCodingStandard.PHP.ShortList
216
216
- SlevomatCodingStandard.PHP.TypeCast
217
217
- SlevomatCodingStandard.PHP.UselessSemicolon
218
+ - SlevomatCodingStandard.TypeHints.DNFTypeHintFormat
218
219
- SlevomatCodingStandard.TypeHints.LongTypeHints
219
220
- SlevomatCodingStandard.TypeHints.NullableTypeForNullDefaultValue
220
221
- SlevomatCodingStandard.TypeHints.ParameterTypeHintSpacing
221
222
- SlevomatCodingStandard.TypeHints.ReturnTypeHintSpacing
222
- - SlevomatCodingStandard.TypeHints.UnionTypeHintFormat
223
223
- SlevomatCodingStandard.Variables.DuplicateAssignmentToVariable
224
224
- SlevomatCodingStandard.Whitespaces.DuplicateSpaces
225
225
You can’t perform that action at this time.
0 commit comments