Skip to content

Commit

Permalink
Docs: Minor upgrade guide update
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed May 27, 2024
1 parent 6ebf552 commit 43473fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UPGRADE-4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ Besides running your code style checks, you can ensure all predefined checks are
vendor/bin/ecs list-checkers
```

The result should end with something like this:
With `php-coding-standard` 4.1, the result should end with something like this:
```
41 checkers from PHP_CodeSniffer:
40 checkers from PHP_CodeSniffer:
...
147 checkers from PHP-CS-Fixer:
171 checkers from PHP-CS-Fixer:
...
2 checkers are skipped:
...
Expand Down

0 comments on commit 43473fe

Please sign in to comment.