mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-12 03:34:15 +01:00
10 lines
249 B
XML
10 lines
249 B
XML
<?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>
|