We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8bcb6 commit b9029a4Copy full SHA for b9029a4
phpcs.xml.dist
@@ -23,6 +23,7 @@
23
<rule ref="Doctrine">
24
<exclude name="SlevomatCodingStandard.TypeHints.DeclareStrictTypes"/>
25
<exclude name="SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint"/>
26
+ <exclude name="SlevomatCodingStandard.TypeHints.PropertyTypeHint.MissingNativeTypeHint"/>
27
<exclude name="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint"/>
28
<exclude name="SlevomatCodingStandard.Exceptions.ReferenceThrowableOnly.ReferencedGeneralException"/>
29
<exclude name="SlevomatCodingStandard.ControlStructures.EarlyExit"/>
0 commit comments