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 dd6d167 commit 9ecf2ebCopy full SHA for 9ecf2eb
1 file changed
FigLabCodingStandard/ruleset.xml
@@ -59,11 +59,9 @@
59
</properties>
60
</rule>
61
62
- <!-- Only allow named arguments in providers, used mostly in Filament providers. -->
+ <!-- Allow named arguments as it improves code readability. -->
63
<rule ref="SlevomatCodingStandard.Functions.DisallowNamedArguments.DisallowedNamedArgument">
64
- <exclude-pattern>./bootstrap/*.php</exclude-pattern>
65
- <exclude-pattern>./app/Providers/*.php</exclude-pattern>
66
- <exclude-pattern>./modules/*/src/Providers/*.php</exclude-pattern>
+ <exclude-pattern>./</exclude-pattern>
67
68
69
<!-- Only allow in providers, because boot() and register() methods are sometimes empty. -->
0 commit comments