mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
13 lines
461 B
XML
13 lines
461 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" />
|
|
|
|
<!-- THe header file MUST contains:
|
|
- the phpBB copyright: (c) phpBB Limited <https://www.phpbb.com>
|
|
- the phpBB License: GNU General Public License, version 2 (GPL-2.0) -->
|
|
<rule ref="./phpbb/Sniffs/Commenting/FileCommentSniff.php" />
|
|
|
|
</ruleset>
|