aboutsummaryrefslogtreecommitdiffstats
path: root/build/code_sniffer/ruleset-php-legacy-core.xml
blob: 55f2461a04a8819c2c6d460fe36d2d9b93cdc7bb (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<ruleset name="phpBB PHP Legacy Standard Core">

 <description>phpBB legacy coding standard for PHP files of phpBB core</description>

 <rule ref="./ruleset-php-legacy.xml" />

 <!-- Each file MUST start with a valid header as defined by the Coding Guidelines -->
 <rule ref="./phpbb/Sniffs/Commenting/FileCommentSniff.php" />

</ruleset>