ncs.xml 557 B

12345678910111213
  1. <?xml version="1.0"?>
  2. <ruleset name="Custom" namespace="Nette">
  3. <rule ref="$presets/php80.xml"/>
  4. <!-- bug in FunctionSpacingSniff -->
  5. <exclude-pattern>./tests/Utils/Reflection.getDeclaringMethod.alias.phpt</exclude-pattern>
  6. <exclude-pattern>./tests/Utils/Reflection.getDeclaringMethod.insteadof.phpt</exclude-pattern>
  7. <!-- use function in Arrays.php, Callback.php, Html.php, Strings.php -->
  8. <rule ref="SlevomatCodingStandard.Namespaces.MultipleUsesPerLine.MultipleUsesPerLine">
  9. <exclude-pattern>./src/*/*.php</exclude-pattern>
  10. </rule>
  11. </ruleset>