Skip to content

calmohallag/coding-standard

 
 

Repository files navigation

PcComponentes Coding Standard

PcComponentes Coding Standard for PHP_CodeSniffer provides sniffs that fall into three categories.

Usage

Use composer to require the library:

composer require --dev pccomponentes/coding-standard

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

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 95.5%
  • Makefile 2.7%
  • Dockerfile 1.8%