diff options
Diffstat (limited to 'build/code_sniffer')
-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> |