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:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user