Skip to content

Commit

Permalink
Issue #3425337 by mondrake: Fix root namespace classes DebugClassLoad…
Browse files Browse the repository at this point in the history
…er forward compatibility warnings
  • Loading branch information
longwave committed Mar 4, 2024
1 parent fdf11c7 commit 776fecd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Operations/ScaffoldFileCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ protected function checkListHasItemWithContent(array $scaffold_files) {
/**
* {@inheritdoc}
*/
#[\ReturnTypeWillChange]
public function getIterator() {
public function getIterator(): \ArrayIterator {
return new \ArrayIterator($this->scaffoldFilesByProject);
}

Expand Down

0 comments on commit 776fecd

Please sign in to comment.