File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2323 "nikic/php-parser" : " ^4.0"
2424 },
2525 "require-dev" : {
26- "consistence/coding-standard" : " ^3.8 " ,
26+ "consistence/coding-standard" : " ^3.0.1 " ,
2727 "dealerdirect/phpcodesniffer-composer-installer" : " ^0.4.4" ,
2828 "jakub-onderka/php-parallel-lint" : " ^1.0" ,
2929 "phing/phing" : " ^2.16.0" ,
3030 "phpstan/phpstan-phpunit" : " ^0.12" ,
3131 "phpstan/phpstan-strict-rules" : " ^0.12" ,
3232 "phpunit/phpunit" : " ^7.0" ,
33- "slevomat/coding-standard" : " ^5.0.4 " ,
33+ "slevomat/coding-standard" : " ^4.5.2 " ,
3434 "doctrine/common" : " ^2.7" ,
3535 "doctrine/orm" : " ^2.5" ,
3636 "doctrine/collections" : " ^1.0" ,
Original file line number Diff line number Diff line change 2020 </rule >
2121 <rule ref =" SlevomatCodingStandard.TypeHints.TypeHintDeclaration" >
2222 <properties >
23+ <property name =" usefulAnnotations" type =" array" value ="
24+ @dataProvider,
25+ @requires
26+ " />
2327 <property name =" enableObjectTypeHint" value =" false" />
2428 </properties >
29+ <exclude name =" SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingTraversableParameterTypeHintSpecification" />
30+ <exclude name =" SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingTraversableReturnTypeHintSpecification" />
2531 </rule >
2632 <rule ref =" SlevomatCodingStandard.ControlStructures.AssignmentInCondition" />
27- <rule ref =" SlevomatCodingStandard.Operators .DisallowEqualOperators" />
33+ <rule ref =" SlevomatCodingStandard.ControlStructures .DisallowEqualOperators" />
2834 <rule ref =" SlevomatCodingStandard.ControlStructures.EarlyExit" />
2935 <rule ref =" SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming" />
3036 <rule ref =" SlevomatCodingStandard.Classes.SuperfluousInterfaceNaming" />
You can’t perform that action at this time.
0 commit comments