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 /build/code_sniffer/ruleset-php-legacy-core.xml | |
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
Diffstat (limited to 'build/code_sniffer/ruleset-php-legacy-core.xml')
-rw-r--r-- | build/code_sniffer/ruleset-php-legacy-core.xml | 4 |
1 files changed, 1 insertions, 3 deletions
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> |