Skip to content
Snippets Groups Projects
Verified Commit bd3e71a8 authored by Dave Long's avatar Dave Long
Browse files

Issue #3425337 by mondrake: Fix root namespace classes DebugClassLoader...

Issue #3425337 by mondrake: Fix root namespace classes DebugClassLoader forward compatibility warnings
parent f330fa37
No related branches found
No related tags found
No related merge requests found
......@@ -115,8 +115,7 @@ protected function checkListHasItemWithContent(array $scaffold_files) {
/**
* {@inheritdoc}
*/
#[\ReturnTypeWillChange]
public function getIterator() {
public function getIterator(): \ArrayIterator {
return new \ArrayIterator($this->scaffoldFilesByProject);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment