1
0
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:
Marc Alexander
2023-12-31 15:08:37 +01:00
parent e42b743b86
commit c73e7bfe05
5 changed files with 0 additions and 10 deletions

View File

@@ -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
{