File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,19 @@ This branch is for use with **PHP 8.1+** repos.
18
18
The following sniffers are bundles together as ` PSR2R ` already, but you can
19
19
also use them standalone/separately in any way you like.
20
20
21
- ** Currently PSR2R ships with over 190 sniffs.**
21
+ ** Currently, PSR2R ships with over 190 sniffs.**
22
22
23
23
* [ List of included sniffs] ( docs/sniffs.md )
24
24
25
25
Furthermore, the following ones are recommended to add:
26
- - Spryker .Commenting.DocBlockThrows
27
- - Spryker .Commenting.DocBlockTagGrouping
26
+ - PhpCollective .Commenting.DocBlockThrows
27
+ - PhpCollective .Commenting.DocBlockTagGrouping
28
28
- SlevomatCodingStandard.Functions.DisallowEmptyFunction
29
29
- SlevomatCodingStandard.PHP.UselessParentheses
30
30
31
31
This library uses [ squizlabs/PHP_CodeSniffer] ( https://github.com/squizlabs/PHP_CodeSniffer/ ) .
32
32
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).
34
34
35
35
### Usage
36
36
You can’t perform that action at this time.
0 commit comments