Skip to content

Commit 4cc0077

Browse files
committed
Details for PHP CS variables
1 parent 4dbb72d commit 4cc0077

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

config.dist

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,25 @@
22
PHPCS_BIN=/usr/local/bin/phpcs
33
PHPMD_BIN=/usr/local/bin/phpmd
44

5-
# The coding standard, you can also specify a path to your own standard here.
5+
# The PHP CodeSniffer coding standard, you can also specify a path to your
6+
# own standard here.
67
# e. g. /path/to/my/standard/dir/
78
PHPCS_CODING_STANDARD=PSR2
89

9-
# Comma-separated list of file patterns being ignored.
10+
# Comma-separated list of file patterns being ignored by PHP CodeSniffer.
1011
PHPCS_IGNORE=
1112

12-
# Comma-seperated list of sniffs from the standard that should be used.
13+
# Comma-seperated list of sniffs from PHP CodeSniffer that should be used.
1314
# Use `phpcs --standard=PSR1 -e` to list sniffs for your standard.
1415
PHPCS_SNIFFS=Generic.Files.ByteOrderMark,Generic.PHP.DisallowShortOpenTag
1516

16-
# Egrep compatible pattern of files to be checked.
17+
# Egrep compatible pattern of files to be checked by PHP CodeSniffer.
1718
PHPCS_FILE_PATTERN="\.(php)$"
1819

19-
# Ignore warnings.
20+
# Ignore PHP CodeSniffer warnings.
2021
PHPCS_IGNORE_WARNINGS=1
2122

22-
# Encoding.
23+
# PHP CodeSniffer Encoding.
2324
PHPCS_ENCODING=utf-8
2425

2526
# PHP Mess Detector output mode (default: text).

0 commit comments

Comments
 (0)