1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 15:01:33 +02:00

[ticket/12757] Add a Code Sniffer ruleset for PHP files of phpBB extensions

PHPBB3-12757
This commit is contained in:
Andreas Fischer
2014-06-22 01:28:29 +02:00
parent 82c43e258b
commit 900a5b07c4
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<ruleset name="phpBB PHP Strict Standard Extensions">
<description>phpBB coding standard for PHP files of phpBB extensions</description>
<rule ref="./ruleset-php-strict.xml" />
</ruleset>