|
150 | 150 | <type>warning</type> |
151 | 151 | </rule> |
152 | 152 | <rule ref="SlevomatCodingStandard"> |
153 | | - <exclude name="SlevomatCodingStandard.PHP.ShortList.LongListUsed"/> |
| 153 | + <exclude name="SlevomatCodingStandard.PHP.DisallowReference.DisallowedAssigningByReference"/> |
| 154 | + <exclude name="SlevomatCodingStandard.PHP.ShortList.LongListUsed"/> |
154 | 155 | <exclude name="SlevomatCodingStandard.TypeHints.DeclareStrictTypes"/> |
155 | 156 | <exclude name="SlevomatCodingStandard.TypeHints.PropertyTypeHint.MissingNativeTypeHint"/> |
156 | 157 | <exclude name="SlevomatCodingStandard.TypeHints.PropertyTypeHint.MissingTraversableTypeHintSpecification"/> |
|
163 | 164 | <exclude name="SlevomatCodingStandard.ControlStructures.DisallowEmpty.DisallowedEmpty"/> |
164 | 165 | <exclude name="SlevomatCodingStandard.ControlStructures.NewWithParentheses.MissingParentheses"/> |
165 | 166 | <exclude name="SlevomatCodingStandard.ControlStructures.DisallowYodaComparison.DisallowedYodaComparison"/> |
166 | | - <exclude name="SlevomatCodingStandard.ControlStructures.RequireYodaComparison.RequiredYodaComparison"/> |
167 | | - <exclude name="SlevomatCodingStandard.ControlStructures.JumpStatementsSpacing.IncorrectLinesCountAfterLastControlStructure"/> |
168 | | - <exclude name="SlevomatCodingStandard.ControlStructures.RequireTernaryOperator.TernaryOperatorNotUsed"/> |
| 167 | + <exclude name="SlevomatCodingStandard.ControlStructures.RequireYodaComparison.RequiredYodaComparison"/> |
| 168 | + <exclude name="SlevomatCodingStandard.ControlStructures.JumpStatementsSpacing.IncorrectLinesCountAfterLastControlStructure"/> |
| 169 | + <exclude name="SlevomatCodingStandard.ControlStructures.RequireTernaryOperator.TernaryOperatorNotUsed"/> |
169 | 170 | <exclude name="SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly.ReferenceViaFullyQualifiedName"/> |
170 | 171 | <exclude name="SlevomatCodingStandard.Namespaces.UseOnlyWhitelistedNamespaces.NonFullyQualified"/> |
171 | 172 | <exclude name="SlevomatCodingStandard.Namespaces.FullyQualifiedGlobalConstants.NonFullyQualified"/> |
172 | 173 | <exclude name="SlevomatCodingStandard.Numbers.RequireNumericLiteralSeparator.RequiredNumericLiteralSeparator"/> |
173 | 174 | <exclude name="SlevomatCodingStandard.Functions.TrailingCommaInCall.MissingTrailingComma"/> |
174 | | - <exclude name="SlevomatCodingStandard.Functions.RequireMultiLineCall.RequiredMultiLineCall"/> |
| 175 | + <exclude name="SlevomatCodingStandard.Functions.RequireMultiLineCall.RequiredMultiLineCall"/> |
175 | 176 | <exclude name="SlevomatCodingStandard.Variables.DisallowSuperGlobalVariable.DisallowedSuperGlobalVariable"/> |
176 | 177 | <exclude name="SlevomatCodingStandard.Commenting.RequireOneLineDocComment.MultiLineDocComment"/> |
177 | 178 | <exclude name="SlevomatCodingStandard.Commenting.RequireOneLinePropertyDocComment.MultiLinePropertyComment"/> |
178 | 179 | <exclude name="SlevomatCodingStandard.Commenting.DisallowCommentAfterCode.DisallowedCommentAfterCode"/> |
179 | | - <exclude name="SlevomatCodingStandard.Operators.DisallowIncrementAndDecrementOperators.DisallowedPreIncrementOperator"/> |
| 180 | + <exclude name="SlevomatCodingStandard.Operators.DisallowIncrementAndDecrementOperators.DisallowedPreIncrementOperator"/> |
180 | 181 | </rule> |
181 | 182 | <!-- Require php 7.1 as minimum for object that is not support on php 7.1 below --> |
182 | 183 | <rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHint"> |
|
0 commit comments