File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 16
16
"nikic/php-parser" : " ^4.0"
17
17
},
18
18
"require-dev" : {
19
- "consistence/coding-standard" : " ^3.0.1 " ,
19
+ "consistence/coding-standard" : " ^3.8 " ,
20
20
"dealerdirect/phpcodesniffer-composer-installer" : " ^0.4.4" ,
21
21
"jakub-onderka/php-parallel-lint" : " ^1.0" ,
22
22
"phing/phing" : " ^2.16.0" ,
23
23
"phpstan/phpstan-phpunit" : " ^0.11" ,
24
24
"phpstan/phpstan-strict-rules" : " ^0.11" ,
25
25
"phpunit/phpunit" : " ^7.0" ,
26
- "slevomat/coding-standard" : " ^4.5.2 " ,
26
+ "slevomat/coding-standard" : " ^5.0.4 " ,
27
27
"doctrine/common" : " ^2.7" ,
28
28
"doctrine/orm" : " ^2.5" ,
29
29
"doctrine/collections" : " ^1.0" ,
Original file line number Diff line number Diff line change 20
20
</rule >
21
21
<rule ref =" SlevomatCodingStandard.TypeHints.TypeHintDeclaration" >
22
22
<properties >
23
- <property name =" usefulAnnotations" type =" array" value ="
24
- @dataProvider,
25
- @requires
26
- " />
27
23
<property name =" enableObjectTypeHint" value =" false" />
28
24
</properties >
29
25
</rule >
30
26
<rule ref =" SlevomatCodingStandard.ControlStructures.AssignmentInCondition" />
31
- <rule ref =" SlevomatCodingStandard.ControlStructures .DisallowEqualOperators" />
27
+ <rule ref =" SlevomatCodingStandard.Operators .DisallowEqualOperators" />
32
28
<rule ref =" SlevomatCodingStandard.ControlStructures.EarlyExit" />
33
29
<rule ref =" SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming" />
34
30
<rule ref =" SlevomatCodingStandard.Classes.SuperfluousInterfaceNaming" />
You can’t perform that action at this time.
0 commit comments