summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json2
-rw-r--r--phpcs.xml.dist6
2 files changed, 1 insertions, 7 deletions
diff --git a/composer.json b/composer.json
index b824c85..3db6fb8 100644
--- a/composer.json
+++ b/composer.json
@@ -23,7 +23,7 @@
"sami/sami": "^4.0",
"phpunit/php-code-coverage": "*",
"phpunit/phpunit": "~4.8 || ~5.7 || ~6.5",
- "phpmyadmin/coding-standard": "^1.0"
+ "squizlabs/php_codesniffer": "^3.4"
},
"conflict": {
"phpmyadmin/motranslator": "<3.0"
diff --git a/phpcs.xml.dist b/phpcs.xml.dist
index 81b5c0c..9f9d650 100644
--- a/phpcs.xml.dist
+++ b/phpcs.xml.dist
@@ -4,12 +4,6 @@
name="phpMyAdmin"
xsi:noNamespaceSchemaLocation="./vendor/squizlabs/php_codesniffer/phpcs.xsd"
>
- <rule ref="./vendor/phpmyadmin/coding-standard/PhpMyAdmin/ruleset.xml">
- <exclude name="PEAR.Commenting.FileComment"/>
- <exclude name="PEAR.Commenting.ClassComment"/>
- <exclude name="PEAR.Commenting.FunctionComment"/>
- </rule>
-
<rule ref="Squiz.Arrays.ArrayDeclaration.IndexNoNewline">
<exclude-pattern>*/src/Contexts/*</exclude-pattern>
</rule>