mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/12723] Do not mention too many details on documentation.
PHPBB3-12723
This commit is contained in:
parent
e10bf39d08
commit
ddb35531ac
2 changed files with 2 additions and 3 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue