2022-01-24 22:07:08 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<ruleset name="Custom" namespace="Nette">
|
|
|
|
<rule ref="$presets/php72.xml"/>
|
|
|
|
|
|
|
|
<!-- bug in SlevomatCodingStandard -->
|
|
|
|
<rule ref="SlevomatCodingStandard.Operators.RequireCombinedAssignmentOperator">
|
|
|
|
<severity>0</severity>
|
|
|
|
</rule>
|
|
|
|
|
|
|
|
<!-- bug in FunctionSpacingSniff -->
|
|
|
|
<exclude-pattern>./tests/Utils/Reflection.getDeclaringMethod.alias.phpt</exclude-pattern>
|
|
|
|
<exclude-pattern>./tests/Utils/Reflection.getDeclaringMethod.insteadof.phpt</exclude-pattern>
|
2022-09-13 12:50:28 +00:00
|
|
|
|
|
|
|
<!-- use function in Arrays.php, Callback.php, Html.php, Strings.php -->
|
|
|
|
<rule ref="SlevomatCodingStandard.Namespaces.MultipleUsesPerLine.MultipleUsesPerLine">
|
|
|
|
<severity>0</severity>
|
|
|
|
</rule>
|
2022-01-24 22:07:08 +00:00
|
|
|
</ruleset>
|