We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e2f97 commit 1936495Copy full SHA for 1936495
codeat.xml
@@ -179,6 +179,7 @@
179
<exclude name="SlevomatCodingStandard.Namespaces.FullyQualifiedGlobalConstants.NonFullyQualified" />
180
<exclude name="SlevomatCodingStandard.Numbers.RequireNumericLiteralSeparator.RequiredNumericLiteralSeparator" />
181
<exclude name="SlevomatCodingStandard.Functions.TrailingCommaInCall.MissingTrailingComma" />
182
+ <exclude name="SlevomatCodingStandard.Variables.DisallowSuperGlobalVariable.DisallowedSuperGlobalVariable" />
183
</rule>
184
<!-- Require php 7.1 as minimum for object that is not support on php 7.1 below -->
185
<rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHint">
0 commit comments