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