diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-06-22 01:47:22 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-06-22 01:49:59 +0200 |
commit | ddb35531ac0c6bba1505f2f84f0010239feea3d7 (patch) | |
tree | 129c035f79148c576a68933a3fd0f24aba7e847e | |
parent | e10bf39d08cd3f613296698cbf7b00536f15e8db (diff) | |
download | forums-ddb35531ac0c6bba1505f2f84f0010239feea3d7.tar forums-ddb35531ac0c6bba1505f2f84f0010239feea3d7.tar.gz forums-ddb35531ac0c6bba1505f2f84f0010239feea3d7.tar.bz2 forums-ddb35531ac0c6bba1505f2f84f0010239feea3d7.tar.xz forums-ddb35531ac0c6bba1505f2f84f0010239feea3d7.zip |
[ticket/12723] Do not mention too many details on documentation.
PHPBB3-12723
-rw-r--r-- | build/build.xml | 1 | ||||
-rw-r--r-- | build/code_sniffer/ruleset-php-legacy-core.xml | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/build/build.xml b/build/build.xml index 5354b5d48c..d3489ab607 100644 --- a/build/build.xml +++ b/build/build.xml @@ -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> diff --git a/build/code_sniffer/ruleset-php-legacy-core.xml b/build/code_sniffer/ruleset-php-legacy-core.xml index a093309a01..55f2461a04 100644 --- a/build/code_sniffer/ruleset-php-legacy-core.xml +++ b/build/code_sniffer/ruleset-php-legacy-core.xml @@ -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> |