File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"require-dev" : {
3
- "consistence/coding-standard" : " ^3.10" ,
3
+ "consistence-community /coding-standard" : " ^3.10" ,
4
4
"dealerdirect/phpcodesniffer-composer-installer" : " ^0.7.0" ,
5
5
"slevomat/coding-standard" : " ^6.4"
6
6
}
Original file line number Diff line number Diff line change 8
8
<arg value =" sp" />
9
9
<file >src</file >
10
10
<file >tests</file >
11
- <rule ref =" build-cs/vendor/consistence/coding-standard/Consistence/ruleset.xml" >
11
+ <rule ref =" build-cs/vendor/consistence-community /coding-standard/Consistence/ruleset.xml" >
12
12
<exclude name =" Squiz.Functions.GlobalFunction.Found" />
13
13
<exclude name =" SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameAfterKeyword" />
14
14
<exclude name =" SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameInAnnotation" />
Original file line number Diff line number Diff line change 27
27
</coverage >
28
28
29
29
<testsuites >
30
- <testsuite name =" PHPStan for Symfony " >
30
+ <testsuite name =" PHPStan for Doctrine " >
31
31
<directory suffix =" Test.php" >tests</directory >
32
32
</testsuite >
33
33
</testsuites >
You can’t perform that action at this time.
0 commit comments