/var/www/vhosts/ihelp.ro/httpdocs/vendor/squizlabs/php_codesniffer
NameSizeModeActions
bin/-0755rm
src/-0755rm
tests/-0755rm
autoload.php118870644editdlrm
CodeSniffer.conf1350644editdlrm
CodeSniffer.conf.dist1880644editdlrm
composer.json11100644editdlrm
CONTRIBUTING.md6380644editdlrm
licence.txt15400644editdlrm
phpcs.xsd70540644editdlrm
README.md66050644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/squizlabs/php_codesniffer/CONTRIBUTING.md (638B)
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 bin/phpcs Which should display 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.