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 3e56b9a commit 472d08fCopy full SHA for 472d08f
phpcs.xml.dist
@@ -10,6 +10,7 @@
10
<rule ref="SlevomatCodingStandard.Classes.RequireConstructorPropertyPromotion" />
11
<rule ref="SlevomatCodingStandard.ControlStructures.RequireNullSafeObjectOperator" />
12
<rule ref="SlevomatCodingStandard.Exceptions.RequireNonCapturingCatch" />
13
+ <rule ref="SlevomatCodingStandard.Functions.RequireArrowFunction" />
14
<rule ref="SlevomatCodingStandard.Functions.RequireTrailingCommaInDeclaration" />
15
<rule ref="SlevomatCodingStandard.TypeHints.UnionTypeHintFormat">
16
<properties>
0 commit comments