mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +02:00
Add missing keyword "new" in class SessionNamespace
This commit is contained in:
parent
440b1cf730
commit
18b825a24b
@ -52,7 +52,7 @@ class SessionNamespace implements IteratorAggregate
|
|||||||
*/
|
*/
|
||||||
public function getIterator()
|
public function getIterator()
|
||||||
{
|
{
|
||||||
return ArrayIterator($this->values);
|
return new ArrayIterator($this->values);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user