mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:01:55 +02:00
[ticket/12723] Do not mention too many details on documentation.
PHPBB3-12723
This commit is contained in:
@@ -101,6 +101,7 @@
|
|||||||
-s
|
-s
|
||||||
--extensions=php
|
--extensions=php
|
||||||
--standard=build/code_sniffer/ruleset-php-extensions.xml
|
--standard=build/code_sniffer/ruleset-php-extensions.xml
|
||||||
|
--ignore=${project.basedir}/phpBB/ext/*/tests/*
|
||||||
phpBB/ext"
|
phpBB/ext"
|
||||||
dir="." returnProperty="retval-php-ext" passthru="true" />
|
dir="." returnProperty="retval-php-ext" passthru="true" />
|
||||||
<if>
|
<if>
|
||||||
|
@@ -5,9 +5,7 @@
|
|||||||
|
|
||||||
<rule ref="./ruleset-php-legacy.xml" />
|
<rule ref="./ruleset-php-legacy.xml" />
|
||||||
|
|
||||||
<!-- THe header file MUST contains:
|
<!-- Each file MUST start with a valid header as defined by the Coding Guidelines -->
|
||||||
- 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" />
|
<rule ref="./phpbb/Sniffs/Commenting/FileCommentSniff.php" />
|
||||||
|
|
||||||
</ruleset>
|
</ruleset>
|
||||||
|
Reference in New Issue
Block a user