mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
[ticket/17281] Remove not needed suppress
PHPBB3-17281
This commit is contained in:
@@ -16,7 +16,6 @@ namespace phpbb\request;
|
||||
/**
|
||||
* Replacement for a superglobal (like $_GET or $_POST) which calls
|
||||
* trigger_error on all operations but isset, overloads the [] operator with SPL.
|
||||
* @psalm-suppress MissingTemplateParam
|
||||
*/
|
||||
class deactivated_super_global implements \ArrayAccess, \Countable, \IteratorAggregate
|
||||
{
|
||||
|
Reference in New Issue
Block a user