Skip to content

adnanmula/coding-standard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use composer to require the library:

composer require --dev adnanmula/coding-standard

Create the phpcs.xml.dist configuration file and use the standard:

<?xml version="1.0" ?>
<ruleset name="Project rules">
    <rule ref="vendor/adnanmula/coding-standard/src/ruleset.xml" />
</ruleset>