We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3634502 commit 99cd409Copy full SHA for 99cd409
build-cs/composer.json
@@ -1,6 +1,6 @@
1
{
2
"require-dev": {
3
- "consistence/coding-standard": "^3.10",
+ "consistence-community/coding-standard": "^3.10",
4
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
5
"slevomat/coding-standard": "^6.4"
6
}
phpcs.xml
@@ -8,7 +8,7 @@
8
<arg value="sp"/>
9
<file>src</file>
10
<file>tests</file>
11
- <rule ref="build-cs/vendor/consistence/coding-standard/Consistence/ruleset.xml">
+ <rule ref="build-cs/vendor/consistence-community/coding-standard/Consistence/ruleset.xml">
12
<exclude name="Squiz.Functions.GlobalFunction.Found"/>
13
<exclude name="SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameAfterKeyword"/>
14
<exclude name="SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameInAnnotation"/>
0 commit comments