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-05-17 00:07:04 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2020-05-17 00:08:20 +0300
commit80a45fa0ae096ff75769ca758c707e5bd465d29a (patch)
tree33c6d55e83b375092d424b63de0f48a09ce5e01a /phpcs.xml.dist
parent821441f0cdf07385dd9c8dec95ab55b49f91142e (diff)
Break too long lines
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'phpcs.xml.dist')
-rw-r--r--phpcs.xml.dist3
1 files changed, 0 insertions, 3 deletions
diff --git a/phpcs.xml.dist b/phpcs.xml.dist
index 85febebc36..73ef56dc36 100644
--- a/phpcs.xml.dist
+++ b/phpcs.xml.dist
@@ -13,9 +13,6 @@
<exclude name="PEAR.Commenting.FunctionComment.MissingReturn"/>
</rule>
- <rule ref="Generic.Files.LineLength.TooLong">
- <severity>4</severity>
- </rule>
<rule ref="Generic.Metrics.NestingLevel.TooHigh">
<severity>4</severity>
</rule>