Skip to content

autorusltd/php-coding-standard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP Coding Standard for Arus Team

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