Skip to content

Commit

Permalink
Revert "Issue #3425337 by mondrake: Fix root namespace classes DebugC…
Browse files Browse the repository at this point in the history
…lassLoader forward compatibility warnings"

This reverts commit ea9cc7538b80c29f56324a4a115d263d1a635816.
  • Loading branch information
longwave committed Mar 5, 2024
1 parent 776fecd commit 4197aa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Operations/ScaffoldFileCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ protected function checkListHasItemWithContent(array $scaffold_files) {
/**
* {@inheritdoc}
*/
public function getIterator(): \ArrayIterator {
#[\ReturnTypeWillChange]
public function getIterator() {
return new \ArrayIterator($this->scaffoldFilesByProject);
}

Expand Down

0 comments on commit 4197aa3

Please sign in to comment.