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

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mexitek/phpcolors/.phpcs.xml')
-rw-r--r--mexitek/phpcolors/.phpcs.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/mexitek/phpcolors/.phpcs.xml b/mexitek/phpcolors/.phpcs.xml
deleted file mode 100644
index bba9c9f7..00000000
--- a/mexitek/phpcolors/.phpcs.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0"?>
-<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PHPColors"
- xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
- <description>The coding standard for PHPColors.</description>
-
- <file>./src</file>
- <file>./tests</file>
-
- <rule ref="PSR12"/>
-</ruleset>