1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-14 12:40:13 +01:00

[ticket/12723] Properly describe new Code Sniffer rulsets.

PHPBB3-12723
This commit is contained in:
Andreas Fischer 2014-06-22 01:20:49 +02:00
parent e7c6da2c54
commit 82c43e258b
2 changed files with 4 additions and 4 deletions

View File

@ -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" />

View File

@ -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" />