We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f705310 commit 394d569Copy full SHA for 394d569
composer.json
@@ -27,7 +27,7 @@
27
"phan/phan": "^5.4",
28
"phpmd/phpmd": "^2.13",
29
"phpunit/phpunit": "^9.6",
30
- "phpcsstandards/php_codesniffer": "^3.8"
+ "squizlabs/php_codesniffer": "^3.8"
31
},
32
"autoload": {
33
"psr-4": {
phpcs.xml.dist
@@ -1,7 +1,7 @@
1
<?xml version="1.0"?>
2
<ruleset name="php-settings-container-cs"
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:noNamespaceSchemaLocation="vendor/phpcsstandards/php_codesniffer/phpcs.xsd">
+ xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
5
<description>php-settings-container rules for phpcs</description>
6
7
<file>examples</file>
0 commit comments