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 247247 <rule ref =" Squiz.WhiteSpace.SemicolonSpacing" />
248248
249249 <!-- PHP 8 specific, only relevant for those PHP 8.0+ -->
250- <rule ref =" SlevomatCodingStandard.TypeHints.UnionTypeHintFormat " >
250+ <rule ref =" SlevomatCodingStandard.TypeHints.DNFTypeHintFormat " >
251251 <properties >
252- <property name =" withSpaces" value =" no" />
252+ <property name =" withSpacesAroundOperators" value =" no" />
253+ <property name =" withSpacesInsideParentheses" value =" no" />
253254 </properties >
254255 </rule >
255256
Original file line number Diff line number Diff line change @@ -215,11 +215,11 @@ SlevomatCodingStandard (55 sniffs)
215215- SlevomatCodingStandard.PHP.ShortList
216216- SlevomatCodingStandard.PHP.TypeCast
217217- SlevomatCodingStandard.PHP.UselessSemicolon
218+ - SlevomatCodingStandard.TypeHints.DNFTypeHintFormat
218219- SlevomatCodingStandard.TypeHints.LongTypeHints
219220- SlevomatCodingStandard.TypeHints.NullableTypeForNullDefaultValue
220221- SlevomatCodingStandard.TypeHints.ParameterTypeHintSpacing
221222- SlevomatCodingStandard.TypeHints.ReturnTypeHintSpacing
222- - SlevomatCodingStandard.TypeHints.UnionTypeHintFormat
223223- SlevomatCodingStandard.Variables.DuplicateAssignmentToVariable
224224- SlevomatCodingStandard.Whitespaces.DuplicateSpaces
225225
You can’t perform that action at this time.
0 commit comments