File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/PatchlevelCodingStandard Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
],
29
29
"require" : {
30
30
"php" : " ^7.4 || ^8.0" ,
31
- "dealerdirect/phpcodesniffer-composer-installer" : " ^0.7.1 " ,
32
- "slevomat/coding-standard" : " ^7.0.10 " ,
33
- "squizlabs/php_codesniffer" : " ^3.6.0 "
31
+ "dealerdirect/phpcodesniffer-composer-installer" : " ^0.7.2 " ,
32
+ "slevomat/coding-standard" : " ^8.1.0 " ,
33
+ "squizlabs/php_codesniffer" : " ^3.7.1 "
34
34
},
35
35
"config" : {
36
36
"sort-packages" : true ,
Original file line number Diff line number Diff line change 396
396
</property >
397
397
</properties >
398
398
</rule >
399
- <rule ref =" SlevomatCodingStandard.TypeHints.PropertyTypeHintSpacing " />
399
+ <rule ref =" SlevomatCodingStandard.Classes.PropertyDeclaration " />
400
400
<rule ref =" SlevomatCodingStandard.TypeHints.ReturnTypeHint" >
401
401
<properties >
402
402
<property name =" traversableTypeHints" type =" array" >
You can’t perform that action at this time.
0 commit comments