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()
|
||||
{
|
||||
return ArrayIterator($this->values);
|
||||
return new ArrayIterator($this->values);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue