Skip to content

Commit ee31281

Browse files
westonruterCopilot
andauthored
Fix grammar typo in readme
Co-authored-by: Copilot <[email protected]>
1 parent c87e560 commit ee31281

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpstan/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ PHPStan errors can be ignored in the following ways:
5757

5858
- Using the `@phpstan-ignore {error-identifier} (Reason for ignoring)` annotation in the code itself. This should be used to suppress false positives with a specific line of code.
5959

60-
- Adding the error pattern to the `ignoreErrors` section of the `phpstan.neon.dist` configuration file. This should be used handle conflicts with WordPress Coding Standards or similar project decisions, or to allowlist legacy code that is not worth refactoring solely to satisfy the tests.
60+
- Adding the error pattern to the `ignoreErrors` section of the `phpstan.neon.dist` configuration file. This should be used to handle conflicts with WordPress Coding Standards or similar project decisions, or to allowlist legacy code that is not worth refactoring solely to satisfy the tests.
6161

6262
- Adding an error to the "tech debt" baseline. This should be used for code that needs to be addressed eventually - by fixing, refactoring, or ignoring via one of the above methods - but is not worth addressing right now.
6363

0 commit comments

Comments
 (0)