1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-27 10:14:47 +02:00

[ticket/16955] Clean up request classes

PHPBB3-16955
This commit is contained in:
Marc Alexander
2022-12-26 14:52:27 +01:00
parent 5b23dcd606
commit 056f786769
6 changed files with 53 additions and 49 deletions

View File

@@ -100,6 +100,8 @@ class deactivated_super_global implements \ArrayAccess, \Countable, \IteratorAgg
/**
* Part of the \Countable implementation, will always result in a FATAL error
* @return void
* @psalm-suppress InvalidReturnType
*/
public function count()
{
@@ -108,6 +110,8 @@ class deactivated_super_global implements \ArrayAccess, \Countable, \IteratorAgg
/**
* Part of the Traversable/IteratorAggregate implementation, will always result in a FATAL error
* @return void
* @psalm-suppress InvalidReturnType
*/
public function getIterator()
{