diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-06-22 01:20:49 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-06-22 01:20:49 +0200 |
commit | 82c43e258bb7a78f4f17c04ca46d02ea311a077a (patch) | |
tree | e3b4835bb9b3cb77a8a510b601ca2fdab67fcefa /build | |
parent | e7c6da2c5426a6eaff1a5d572b2b432407eb0dc2 (diff) | |
download | forums-82c43e258bb7a78f4f17c04ca46d02ea311a077a.tar forums-82c43e258bb7a78f4f17c04ca46d02ea311a077a.tar.gz forums-82c43e258bb7a78f4f17c04ca46d02ea311a077a.tar.bz2 forums-82c43e258bb7a78f4f17c04ca46d02ea311a077a.tar.xz forums-82c43e258bb7a78f4f17c04ca46d02ea311a077a.zip |
[ticket/12723] Properly describe new Code Sniffer rulsets.
PHPBB3-12723
Diffstat (limited to 'build')
-rw-r--r-- | build/code_sniffer/ruleset-php-legacy-core.xml | 4 | ||||
-rw-r--r-- | build/code_sniffer/ruleset-php-strict-core.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/build/code_sniffer/ruleset-php-legacy-core.xml b/build/code_sniffer/ruleset-php-legacy-core.xml index 9f11ce290e..a093309a01 100644 --- a/build/code_sniffer/ruleset-php-legacy-core.xml +++ b/build/code_sniffer/ruleset-php-legacy-core.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> -<ruleset name="phpBB PHP Legacy Standard"> +<ruleset name="phpBB PHP Legacy Standard Core"> - <description>phpBB legacy coding standard for PHP files</description> + <description>phpBB legacy coding standard for PHP files of phpBB core</description> <rule ref="./ruleset-php-legacy.xml" /> diff --git a/build/code_sniffer/ruleset-php-strict-core.xml b/build/code_sniffer/ruleset-php-strict-core.xml index b60a365ec9..5ca4d0cf1e 100644 --- a/build/code_sniffer/ruleset-php-strict-core.xml +++ b/build/code_sniffer/ruleset-php-strict-core.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> -<ruleset name="phpBB PHP Legacy Standard"> +<ruleset name="phpBB PHP Strict Standard Core"> - <description>phpBB legacy coding standard for PHP files</description> + <description>phpBB coding standard for PHP files of phpBB core</description> <rule ref="./ruleset-php-legacy-core.xml" /> <rule ref="./ruleset-php-strict.xml" /> |