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 521fe5c commit 5a78b8aCopy full SHA for 5a78b8a
src/Unleashed/ruleset.xml
@@ -349,6 +349,8 @@
349
<rule ref="SlevomatCodingStandard.Functions.StrictCall"/>
350
<!-- Forbid unused variables passed to closures via `use` -->
351
<rule ref="SlevomatCodingStandard.Functions.UnusedInheritedVariablePassedToClosure"/>
352
+ <!-- Check the formatting of "fn" arrow functions -->
353
+ <rule ref="SlevomatCodingStandard.Functions.ArrowFunctionDeclaration"/>
354
<!-- Require use statements to be alphabetically sorted -->
355
<rule ref="SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses">
356
<properties>
0 commit comments