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

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

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

</ruleset>