Skip to content

Commit adbdd57

Browse files
committed
Disable DisallowNamedArguments (good for DTO)
1 parent 60cba34 commit adbdd57

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

IxDFCodingStandard/ruleset.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,6 @@
274274
</properties>
275275
</rule>
276276
<rule ref="SlevomatCodingStandard.Functions.DisallowEmptyFunction"/>
277-
<rule ref="SlevomatCodingStandard.Functions.DisallowNamedArguments">
278-
<exclude-pattern>tests/*\.php</exclude-pattern>
279-
</rule>
280277
<rule ref="SlevomatCodingStandard.Functions.DisallowTrailingCommaInCall"/>
281278
<rule ref="SlevomatCodingStandard.Functions.DisallowTrailingCommaInClosureUse">
282279
<properties>

0 commit comments

Comments
 (0)