mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-12 14:09:31 +00:00
Fixed some deprecation notices.
This commit is contained in:
parent
2fc44c91e6
commit
d9d7e09866
4 changed files with 4 additions and 4 deletions
|
|
@ -63,7 +63,7 @@ final class TreeViewNodeIterator extends ArrayIterator implements RecursiveItera
|
|||
return !empty($element->getNodes());
|
||||
}
|
||||
|
||||
public function getChildren()
|
||||
public function getChildren(): TreeViewNodeIterator
|
||||
{
|
||||
/** @var TreeViewNode $element */
|
||||
$element = $this->current();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue