PHP Classes

File: zray/vendor/PHP_CodeSniffer-2.2.0/CONTRIBUTING.md

Recommend this page to a friend!
  Classes of Simo   CodeIgniter Plugin for Z-Ray   zray/vendor/PHP_CodeSniffer-2.2.0/CONTRIBUTING.md   Download  
File: zray/vendor/PHP_CodeSniffer-2.2.0/CONTRIBUTING.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: CodeIgniter Plugin for Z-Ray
Show CodeIgniter application information in Z-Ray
Author: By
Last change:
Date: 1 year ago
Size: 702 bytes
 

Contents

Class file image Download

Contributing

Before you contribute code to PHP\_CodeSniffer, please make sure it conforms to the PHPCS coding standard and that the PHP\_CodeSniffer unit tests still pass. The easiest way to contribute is to work on a checkout of the repository, or your own fork, rather than an installed PEAR version. If you do this, you can run the following commands to check if everything is ready to submit:

cd PHP_CodeSniffer
php scripts/phpcs . --standard=PHPCS -np

Which should give you no output, indicating that there are no coding standard errors. And then:

phpunit

Which should give you no failures or errors. You can ignore any skipped tests as these are for external tools.