Skip to content

Commit e863c7b

Browse files
committed
Update readme. reference baseline discussion in php-standards repository
1 parent ba09140 commit e863c7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
To be able to add PHP_Codesniffer or adding new rules to an existing project, it is not always possible to solve
77
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
99
baseline your projects current issues.
1010

1111
## Getting Started
@@ -29,8 +29,8 @@ file and skip errors that are contained within the baseline.
2929

3030
As PHP_Codesniffer doesn't have a nice and clean way to add an extension, this package will inject a single line of code
3131
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.
3434

3535
## About us
3636

0 commit comments

Comments
 (0)