Issue #3232893 by daffie: [Symfony 6] Add "ArrayIterator" type hint to the method Drupal\Core\Routing\LazyRouteCollection::getIterator()
parent
a8d3f780cc
commit
bc46c77b4c
|
@ -23,8 +23,7 @@ class LazyRouteCollection extends RouteCollection {
|
|||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
#[\ReturnTypeWillChange]
|
||||
public function getIterator() {
|
||||
public function getIterator(): \ArrayIterator {
|
||||
return new \ArrayIterator($this->all());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue