mimmi20/laminas-router-hostname

View on GitHub
phpcs.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<ruleset name="laminas-router-hostname" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
    <description>laminas-router-hostname</description>

    <arg name="report" value="full"/>
    <arg value="wps"/>
    <arg name="encoding" value="utf-8"/>

    <!-- Check up to 8 files simultaneously. -->
    <arg name="parallel" value="8"/>

    <!-- inherit rules from: -->
    <rule ref="Mimmi20CodingStandard"/>

    <!-- Paths to check -->
    <file>src</file>
    <file>tests</file>
    <file>.php-cs-fixer.php</file>
    <file>rector.php</file>
</ruleset>