1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

[ticket/16955] Add missing docblocks and fix unclear ones

PHPBB3-16955
This commit is contained in:
Marc Alexander
2022-12-30 17:27:31 +01:00
parent 4284512594
commit fab81eca2b
7 changed files with 19 additions and 11 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.
*
*/
class APCUIterator implements Iterator
{

View File

@@ -15,7 +15,5 @@
class Redis
{
public const OPT_PREFIX = 2;
public const SERIALIZER_PHP = 1;
}