Skip to content

supportpal/coding-standard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coding-standard

SupportPal PHPCS coding standard.

Installation

composer require supportpal/coding-standard --dev

Usage

Default ruleset

phpcs standard=vendor/supportpal/coding-standard .

Custom ruleset

Create a phpcs.xml file:

<?xml version="1.0"?>
<ruleset name="CustomSupportPal">
    <description>Custom PHPCS config based on the SupportPal coding standard.</description>

    <rule ref="vendor/supportpal/coding-standard" />
</ruleset>

About

SupportPal PHPCS coding standard.

Resources

License

Stars

Watchers

Forks

Packages

No packages published