Skip to content

Commit 7dde70d

Browse files
committed
Remove reference to PEAR package
Not that it's being used for _this_ package, but PEAR packages are much less common nowadays, so the reference looks dated.
1 parent 5a36606 commit 7dde70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki/Advanced-Usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To check .php, .inc and .lib files:
3535
## Ignoring Files and Folders
3636
Sometimes you want PHP_CodeSniffer to run over a very large number of files, but you want some files and folders to be skipped. The `--ignore` command line argument can be used to tell PHP_CodeSniffer to skip files and folders that match one or more patterns.
3737

38-
In the following example, PHP_CodeSniffer will skip all files inside the package's tests and data directories. This is useful if you are checking a PEAR package but don't want your test or data files to conform to your coding standard.
38+
In the following example, PHP_CodeSniffer will skip all files inside the package's tests and data directories. This is useful if you are checking a package but don't want your test or data files to conform to your coding standard.
3939

4040
$ phpcs --ignore=*/tests/*,*/data/* /path/to/code
4141

0 commit comments

Comments
 (0)