Skip to content

Commit e130e42

Browse files
committed
2 parents e323d38 + d7400fa commit e130e42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ PHP\_CodeSniffer is a set of two PHP scripts; the main `phpcs` script that token
88

99
PHP\_CodeSniffer requires PHP version 5.4.0 or greater, although individual sniffs may have additional requirements such as external applications and scripts. See the [Configuration Options manual page](https://github.com/squizlabs/PHP_CodeSniffer/wiki/Configuration-Options) for a list of these requirements.
1010

11+
If you're using PHP_CodeSniffer as part of a team, or you're running it on a [CI](https://en.wikipedia.org/wiki/Continuous_integration) server, you'll want to configure your project's settings [using a configuration file](https://github.com/squizlabs/PHP_CodeSniffer/wiki/Advanced-Usage#using-a-default-configuration-file).
12+
13+
1114
## Installation
1215

1316
The easiest way to get started with PHP\_CodeSniffer is to download the Phar files for each of the commands:

0 commit comments

Comments
 (0)