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 <mauriciofauth@gmail.com>2018-06-09 22:57:05 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-06-09 22:57:05 +0300
commit2f99429917a7aa5fe4db29d80e61cc3354f4a107 (patch)
treebf81c7e87a565b09c11e17cca491f2053ecd5265 /phpcs.xml.dist
parent307f3d1278bc01fdbd2838b0884d5bde8a8c45f6 (diff)
Fix coding style errors
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'phpcs.xml.dist')
-rw-r--r--phpcs.xml.dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpcs.xml.dist b/phpcs.xml.dist
index 14d777f704..566d1dfdea 100644
--- a/phpcs.xml.dist
+++ b/phpcs.xml.dist
@@ -7,6 +7,7 @@
<arg name="extensions" value="php"/>
<exclude-pattern>*/node_modules/*</exclude-pattern>
+ <exclude-pattern>*/test/sami-config.php</exclude-pattern>
<exclude-pattern>*/tmp/*</exclude-pattern>
<exclude-pattern>*/vendor/*</exclude-pattern>