Skip to content

Commit a442f06

Browse files
committed
Docs
1 parent f0800fb commit a442f06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ This branch is for use with **PHP 8.1+** repos.
1818
The following sniffers are bundles together as `PSR2R` already, but you can
1919
also use them standalone/separately in any way you like.
2020

21-
**Currently PSR2R ships with over 190 sniffs.**
21+
**Currently, PSR2R ships with over 190 sniffs.**
2222

2323
* [List of included sniffs](docs/sniffs.md)
2424

2525
Furthermore, the following ones are recommended to add:
26-
- Spryker.Commenting.DocBlockThrows
27-
- Spryker.Commenting.DocBlockTagGrouping
26+
- PhpCollective.Commenting.DocBlockThrows
27+
- PhpCollective.Commenting.DocBlockTagGrouping
2828
- SlevomatCodingStandard.Functions.DisallowEmptyFunction
2929
- SlevomatCodingStandard.PHP.UselessParentheses
3030

3131
This library uses [squizlabs/PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer/).
3232
It can detect all issues and fix some of them automatically and is ideal for CI integration
33-
(travis, jenkins, circleci etc).
33+
(travis, jenkins, circleci, GA etc).
3434

3535
### Usage
3636

0 commit comments

Comments
 (0)