Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

To be able to add PHP_Codesniffer or adding new rules to an existing project, it is not always possible to solve
all the new issues that appear. As PHPCodesniffer doesn't have a baseline mechanism and while
[PR:3387](https://github.com/squizlabs/PHP_CodeSniffer/pull/3387) is not accepted yet, this package can be used to
[Issue:137](https://github.com/PHPCSStandards/PHP_CodeSniffer/issues/137) has not reached a final solution yet, this package can be used to
baseline your projects current issues.

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

As PHP_Codesniffer doesn't have a nice and clean way to add an extension, this package will inject a single line of code
into the `/vendor/squizlabs/php_codesniffer/src/Files/File.php` upon `composer install` or `composer update`. While this
is a fragile solution, this is only until [PR:3387](https://github.com/squizlabs/PHP_CodeSniffer/pull/3387) is accepted
or another baseline method has been added.
is a fragile solution, this is only until [Issue:137](https://github.com/PHPCSStandards/PHP_CodeSniffer/issues/137) has reached an acceptable
solution and implementation.

## About us

Expand Down