diff options
Diffstat (limited to 'build/code_sniffer/ruleset-phpbb-php-strict.xml')
-rw-r--r-- | build/code_sniffer/ruleset-phpbb-php-strict.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/build/code_sniffer/ruleset-phpbb-php-strict.xml b/build/code_sniffer/ruleset-phpbb-php-strict.xml deleted file mode 100644 index 6da9297099..0000000000 --- a/build/code_sniffer/ruleset-phpbb-php-strict.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0"?> -<ruleset name="phpBB PHP Legacy Standard"> - - <description>phpBB legacy coding standard for PHP files</description> - - <rule ref="./ruleset-phpbb-php-legacy.xml" /> - <rule ref="./ruleset-php-strict.xml" /> - -</ruleset> |