File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
To be able to add PHP_Codesniffer or adding new rules to an existing project, it is not always possible to solve
7
7
all the new issues that appear. As PHPCodesniffer doesn't have a baseline mechanism and while
8
- [ PR:3387 ] ( https://github.com/squizlabs /PHP_CodeSniffer/pull/3387 ) is not accepted yet, this package can be used to
8
+ [ Issue:137 ] ( https://github.com/PHPCSStandards /PHP_CodeSniffer/issues/137 ) has not reached a final solution yet, this package can be used to
9
9
baseline your projects current issues.
10
10
11
11
## Getting Started
@@ -29,8 +29,8 @@ file and skip errors that are contained within the baseline.
29
29
30
30
As PHP_Codesniffer doesn't have a nice and clean way to add an extension, this package will inject a single line of code
31
31
into the ` /vendor/squizlabs/php_codesniffer/src/Files/File.php ` upon ` composer install ` or ` composer update ` . While this
32
- is a fragile solution, this is only until [ PR:3387 ] ( https://github.com/squizlabs /PHP_CodeSniffer/pull/3387 ) is accepted
33
- or another baseline method has been added .
32
+ is a fragile solution, this is only until [ Issue:137 ] ( https://github.com/PHPCSStandards /PHP_CodeSniffer/issues/137 ) has reached an acceptable
33
+ solution and implementation .
34
34
35
35
## About us
36
36
You can’t perform that action at this time.
0 commit comments