# auto-alt-text/2.8.2/vendor-prefixed/php-di/phpdoc-reader/.phpcs.xml.dist

Auto Alt Text, version 2.8.2. 22 lines.

- Page: https://pluginprobe.com/plugins/auto-alt-text/2.8.2/code/vendor-prefixed/php-di/phpdoc-reader/.phpcs.xml.dist
- Raw: https://pluginprobe.com/plugins/auto-alt-text/2.8.2/raw/vendor-prefixed/php-di/phpdoc-reader/.phpcs.xml.dist
- Modified: 2026-06-05T21:31:54+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/auto-alt-text/2.8.2/code/vendor-prefixed/php-di/phpdoc-reader/.phpcs.xml.dist#L10-L20`.

```
<?xml version="1.0"?>
<ruleset>
    <arg name="basepath" value="."/>
    <arg name="extensions" value="php"/>
    <arg name="cache" value=".phpcs-cache"/>
    <!-- Show sniff names -->
    <arg value="s"/>

    <file>src</file>
    <exclude-pattern>src/PhpDocReader/PhpParser/TokenParser.php</exclude-pattern>
    <file>tests</file>
    <exclude-pattern>tests/Fixtures</exclude-pattern>

    <rule ref="HardMode"/>

    <!-- Ignore PhpDocReader\AnnotationException -->
    <rule ref="SlevomatCodingStandard.Classes.SuperfluousExceptionNaming.SuperfluousSuffix">
        <severity>0</severity>
    </rule>

</ruleset>

```
