diff options
| -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" /> | 
