Skip to content
Snippets Groups Projects
Commit 4a4083ef authored by Pablo Cerda's avatar Pablo Cerda Committed by Travis Tomka
Browse files

Issue #3320157 by citlacom: PHP8 deprecated function return type of...

Issue #3320157 by citlacom: PHP8 deprecated function return type of JSComponentAttachment getIterator
parent 72241f12
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ class JSComponentAttachment implements \IteratorAggregate {
/**
* {@inheritDoc}
*/
public function getIterator() {
public function getIterator(): \ArrayIterator {
return new \ArrayIterator($this->attached);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment