This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# path to phpcs "binary" | |
PHPCS_BIN=/usr/bin/phpcs | |
# the coding standard, you can also specify a path to your own standard here | |
# e. g. /path/to/my/standard/dir/ | |
PHPCS_CODING_STANDARD=PSR | |
# comma-separated list of file patterns being ignored | |
PHPCS_IGNORE= |