File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 163163 </rule >
164164 <rule ref =" SlevomatCodingStandard" >
165165 <exclude name =" SlevomatCodingStandard.TypeHints.DeclareStrictTypes" />
166+ <exclude name =" SlevomatCodingStandard.TypeHints.PropertyTypeHint.MissingNativeTypeHint" />
167+ <exclude name =" SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint" />
166168 <exclude name =" SlevomatCodingStandard.Whitespaces.DuplicateSpaces" />
167169 <exclude name =" SlevomatCodingStandard.Files.TypeNameMatchesFileName" />
168170 <exclude name =" SlevomatCodingStandard.Files.LineLength.LineTooLong" />
171+ <exclude name =" SlevomatCodingStandard.Commenting.DisallowCommentAfterCode.DisallowedCommentAfterCode" />
169172 <exclude name =" SlevomatCodingStandard.ControlStructures.DisallowEmpty.DisallowedEmpty" />
173+ <exclude name =" SlevomatCodingStandard.ControlStructures.NewWithParentheses.MissingParentheses" />
170174 <exclude name =" SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly.ReferenceViaFullyQualifiedName" />
171175 <exclude name =" SlevomatCodingStandard.Namespaces.UseOnlyWhitelistedNamespaces.NonFullyQualified" />
172176 <exclude name =" SlevomatCodingStandard.Namespaces.FullyQualifiedGlobalConstants.NonFullyQualified" />
173177 <exclude name =" SlevomatCodingStandard.Numbers.RequireNumericLiteralSeparator.RequiredNumericLiteralSeparator" />
174- <exclude name =" SlevomatCodingStandard.Commenting.DisallowCommentAfterCode.DisallowedCommentAfterCode" />
175- <exclude name =" SlevomatCodingStandard.ControlStructures.NewWithParentheses.MissingParentheses" />
176178 </rule >
177179</ruleset >
You can’t perform that action at this time.
0 commit comments