2014-06-20 15:02:08 +02:00
|
|
|
<?xml version="1.0"?>
|
2014-06-22 01:20:49 +02:00
|
|
|
<ruleset name="phpBB PHP Legacy Standard Core">
|
2014-06-20 15:02:08 +02:00
|
|
|
|
2014-06-22 01:20:49 +02:00
|
|
|
<description>phpBB legacy coding standard for PHP files of phpBB core</description>
|
2014-06-20 15:02:08 +02:00
|
|
|
|
|
|
|
<rule ref="./ruleset-php-legacy.xml" />
|
|
|
|
|
2014-06-22 01:47:22 +02:00
|
|
|
<!-- Each file MUST start with a valid header as defined by the Coding Guidelines -->
|
2014-06-20 15:02:08 +02:00
|
|
|
<rule ref="./phpbb/Sniffs/Commenting/FileCommentSniff.php" />
|
|
|
|
|
|
|
|
</ruleset>
|