arus/php-coding-standard

PHP Coding Standard for Arus Team

v1.0.0 2019-02-16 02:13 UTC

This package is auto-updated.

Last update: 2024-03-27 05:02:11 UTC


README

Latest Stable Version Total Downloads License

Installation

composer require arus/php-coding-standard

How to use?

<?xml version="1.0"?>
<ruleset name="Arus Coding Standard">
    <rule ref="./vendor/arus/php-coding-standard/ruleset.xml"/>

    <file>src</file>
    <file>tests</file>
</ruleset>

Useful links