mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-17 17:47:13 +00:00
23 lines
876 B
XML
23 lines
876 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="ReflectionDocBlock">
|
|
<description>The coding standard for this library.</description>
|
|
|
|
<file>src</file>
|
|
<file>tests/unit</file>
|
|
<exclude-pattern>*/tests/unit/Types/ContextFactoryTest\.php</exclude-pattern>
|
|
<exclude-pattern>*/tests/unit/Assets/*</exclude-pattern>
|
|
<arg value="p"/>
|
|
|
|
<!-- Set the minimum PHP version for PHPCompatibility.
|
|
This should be kept in sync with the requirements in the composer.json file. -->
|
|
<config name="testVersion" value="7.4-"/>
|
|
|
|
<rule ref="phpDocumentor">
|
|
<exclude name="SlevomatCodingStandard.Exceptions.ReferenceThrowableOnly.ReferencedGeneralException" />
|
|
</rule>
|
|
|
|
<rule ref="SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming.SuperfluousPrefix">
|
|
<exclude-pattern>*/src/*/Abstract*\.php</exclude-pattern>
|
|
</rule>
|
|
</ruleset>
|