Issue #3425337 by mondrake: Fix root namespace classes DebugClassLoader forward compatibility warnings

merge-requests/4605/merge
Dave Long 2024-03-06 15:14:18 +00:00
parent f330fa3702
commit bd3e71a8a1
No known key found for this signature in database
GPG Key ID: ED52AE211E142771
1 changed files with 1 additions and 2 deletions

View File

@ -115,8 +115,7 @@ class ScaffoldFileCollection implements \IteratorAggregate {
/**
* {@inheritdoc}
*/
#[\ReturnTypeWillChange]
public function getIterator() {
public function getIterator(): \ArrayIterator {
return new \ArrayIterator($this->scaffoldFilesByProject);
}