Issue #3425337 by mondrake: Fix root namespace classes DebugClassLoader forward compatibility warnings
parent
f330fa3702
commit
bd3e71a8a1
|
@ -115,8 +115,7 @@ class ScaffoldFileCollection implements \IteratorAggregate {
|
|||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
#[\ReturnTypeWillChange]
|
||||
public function getIterator() {
|
||||
public function getIterator(): \ArrayIterator {
|
||||
return new \ArrayIterator($this->scaffoldFilesByProject);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue