1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 11:13:59 +02:00

[ticket/17414] Clean up small code issues noticed by sniffer

PHPBB-17414
This commit is contained in:
Marc Alexander
2024-10-17 19:57:31 +02:00
parent dd1c6d647f
commit 687448be49
3 changed files with 13 additions and 2 deletions

View File

@@ -1,4 +1,15 @@
<?php
/**
*
* This file is part of the phpBB Forum Software package.
*
* @copyright (c) phpBB Limited <https://www.phpbb.com>
* @license GNU General Public License, version 2 (GPL-2.0)
*
* For full copyright and license information, please see
* the docs/CREDITS.txt file.
*
*/
namespace phpbb\captcha\plugins;