File tree 4 files changed +331
-4
lines changed
4 files changed +331
-4
lines changed Original file line number Diff line number Diff line change 1
1
/tests /tmp
2
2
/vendor
3
- composer.lock
3
+ / composer.lock
4
4
.phpunit.result.cache
Original file line number Diff line number Diff line change 1
- /composer.lock
2
1
/vendor
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <ruleset name =" PHPStan webmozart/assert extension " >
2
+ <ruleset name =" PHPStan deprecation rules " >
3
3
<config name =" php_version" value =" 70100" />
4
4
<arg name =" colors" />
5
5
<arg name =" extensions" value =" php" />
33
33
</rule >
34
34
<rule ref =" SlevomatCodingStandard.TypeHints.ParameterTypeHint" >
35
35
<exclude name =" SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingTraversableTypeHintSpecification" />
36
+ <exclude name =" SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint" />
36
37
</rule >
37
38
<rule ref =" SlevomatCodingStandard.TypeHints.ParameterTypeHint.UselessAnnotation" >
38
39
<severity >10</severity >
46
47
<rule ref =" SlevomatCodingStandard.TypeHints.ReturnTypeHint" >
47
48
<exclude name =" SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification" />
48
49
<exclude name =" SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingAnyTypeHint" />
50
+ <exclude name =" SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint" />
49
51
</rule >
50
52
<rule ref =" SlevomatCodingStandard.TypeHints.ReturnTypeHint.UselessAnnotation" >
51
53
<severity >10</severity >
105
107
</rule >
106
108
<rule ref =" PSR1.Methods.CamelCapsMethodName.NotCamelCaps" />
107
109
<rule ref =" Consistence.NamingConventions.ValidVariableName.NotCamelCaps" />
108
- <exclude-pattern >tests/tmp</exclude-pattern >
109
110
<exclude-pattern >tests/*/data</exclude-pattern >
110
111
</ruleset >
You can’t perform that action at this time.
0 commit comments