[ticket/12723] Do not mention too many details on documentation.

PHPBB3-12723
This commit is contained in:
Andreas Fischer 2014-06-22 01:47:22 +02:00
parent e10bf39d08
commit ddb35531ac
2 changed files with 2 additions and 3 deletions

View file

@ -101,6 +101,7 @@
-s
--extensions=php
--standard=build/code_sniffer/ruleset-php-extensions.xml
--ignore=${project.basedir}/phpBB/ext/*/tests/*
phpBB/ext"
dir="." returnProperty="retval-php-ext" passthru="true" />
<if>

View file

@ -5,9 +5,7 @@
<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) -->
<!-- Each file MUST start with a valid header as defined by the Coding Guidelines -->
<rule ref="./phpbb/Sniffs/Commenting/FileCommentSniff.php" />
</ruleset>