Skip to content

Commit efaac92

Browse files
committed
feat(slevomat): disable rule
1 parent 762b3ee commit efaac92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CodeatCodingStandard/ruleset.xml

+4
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,8 @@
226226
<property name="maxLinesLength" value="260"/>
227227
</properties>
228228
</rule>
229+
230+
<rule ref="SlevomatCodingStandard">
231+
<exclude name="PSR12.Classes.ClassInstantiation.MissingParentheses" />
232+
</rule>
229233
</ruleset>

0 commit comments

Comments
 (0)