Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2020-01-20 19:20:01 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2020-01-20 19:20:01 +0300
commit50bc4ab37f743208dee320fca9d84922c9deff47 (patch)
tree5329744c1f4a737c1e1c26bf8ca2cb4513f77759 /phpcs.xml.dist
parentdcf87edbd1d348bf10ad63b90101430813e60744 (diff)
Remove useless PHP docs for functions
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'phpcs.xml.dist')
-rw-r--r--phpcs.xml.dist4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpcs.xml.dist b/phpcs.xml.dist
index d2d94a1adb..587382ac19 100644
--- a/phpcs.xml.dist
+++ b/phpcs.xml.dist
@@ -4,7 +4,9 @@
name="phpMyAdmin"
xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd"
>
- <rule ref="vendor/phpmyadmin/coding-standard/PhpMyAdmin/ruleset.xml"/>
+ <rule ref="vendor/phpmyadmin/coding-standard/PhpMyAdmin/ruleset.xml">
+ <exclude name="PEAR.Commenting.FunctionComment.Missing"/>
+ </rule>
<rule ref="Generic.Files.LineLength.TooLong">
<severity>4</severity>