diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-06-22 02:09:32 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-06-22 02:09:32 +0200 |
commit | fdcc544ae6af95317f05d34908f01e0541d2ae7c (patch) | |
tree | 129c035f79148c576a68933a3fd0f24aba7e847e /build/code_sniffer/phpbb | |
parent | 32a2c95f903cbbfad909945887a1cbabd84d5039 (diff) | |
parent | ddb35531ac0c6bba1505f2f84f0010239feea3d7 (diff) | |
download | forums-fdcc544ae6af95317f05d34908f01e0541d2ae7c.tar forums-fdcc544ae6af95317f05d34908f01e0541d2ae7c.tar.gz forums-fdcc544ae6af95317f05d34908f01e0541d2ae7c.tar.bz2 forums-fdcc544ae6af95317f05d34908f01e0541d2ae7c.tar.xz forums-fdcc544ae6af95317f05d34908f01e0541d2ae7c.zip |
Merge pull request #1 from bantu/ticket/12723
Ticket/12723
Diffstat (limited to 'build/code_sniffer/phpbb')
-rw-r--r-- | build/code_sniffer/phpbb/Sniffs/Commenting/FileCommentSniff.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/build/code_sniffer/phpbb/Sniffs/Commenting/FileCommentSniff.php b/build/code_sniffer/phpbb/Sniffs/Commenting/FileCommentSniff.php index 1f64467d00..fa7d3b40c1 100644 --- a/build/code_sniffer/phpbb/Sniffs/Commenting/FileCommentSniff.php +++ b/build/code_sniffer/phpbb/Sniffs/Commenting/FileCommentSniff.php @@ -12,9 +12,8 @@ */ /** -* Checks that each source file contains the standard header. -* -* Based on Coding Guidelines 1.ii File Header. +* Checks that each PHP source file contains a valid header as defined by the +* phpBB Coding Guidelines. * * @package code_sniffer * @author Manuel Pichler <mapi@phpundercontrol.org> |