File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 3232 "symfony/property-access" : " ^6.4.0 || ^7.2.0 || ^8.0.0"
3333 },
3434 "require-dev" : {
35- "contributte/qa" : " ^0.3 .0" ,
35+ "contributte/qa" : " ^0.4 .0" ,
3636 "dibi/dibi" : " ^5.0.2" ,
3737 "doctrine/annotations" : " ^1.14.4" ,
3838 "doctrine/cache" : " ^1.13.0" ,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<ruleset >
33 <!-- Contributte Coding Standard -->
4- <rule ref =" ./vendor/contributte/qa/ruleset-8.1.xml" >
5- <exclude name =" Squiz.PHP.Heredoc.NotAllowed" />
6- <exclude name =" Squiz.Commenting.FunctionComment.InvalidTypeHint" />
7- <exclude name =" SlevomatCodingStandard.ControlStructures.EarlyExit.EarlyExitNotUsed" />
8- <exclude name =" SlevomatCodingStandard.Exceptions.ReferenceThrowableOnly.ReferencedGeneralException" />
4+ <rule ref =" ./vendor/contributte/qa/ruleset-8.2.xml" >
95 <exclude name =" SlevomatCodingStandard.TypeHints.PropertyTypeHint.MissingTraversableTypeHintSpecification" />
106 <exclude name =" SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification" />
117 <exclude name =" SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingTraversableTypeHintSpecification" />
1915 <element key =" tests/Cases" value =" Contributte\Datagrid\Tests\Cases" />
2016 <element key =" tests/Files" value =" Contributte\Datagrid\Tests\Files" />
2117 </property >
22- <property name =" extensions" type =" array" value =" php,phpt" />
18+ <property name =" extensions" type =" array" >
19+ <element value =" php" />
20+ <element value =" phpt" />
21+ </property >
2322 </properties >
2423 </rule >
2524
You can’t perform that action at this time.
0 commit comments