forked from mirror/Part-DB.Part-DB-server
Applied symplify rules to codebase.
This commit is contained in:
parent
2f20d90041
commit
388e847b17
136 changed files with 1370 additions and 789 deletions
|
@ -24,7 +24,10 @@ declare(strict_types=1);
|
|||
|
||||
namespace App\Helpers\Trees;
|
||||
|
||||
class TreeViewNodeIterator extends \ArrayIterator implements \RecursiveIterator
|
||||
use ArrayIterator;
|
||||
use RecursiveIterator;
|
||||
|
||||
final class TreeViewNodeIterator extends ArrayIterator implements RecursiveIterator
|
||||
{
|
||||
/**
|
||||
* @param TreeViewNode[] $nodes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue