mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-28 23:05:11 +02:00
Applied symplify rules to codebase.
This commit is contained in:
parent
2f20d90041
commit
388e847b17
136 changed files with 1370 additions and 789 deletions
|
@ -25,8 +25,10 @@ declare(strict_types=1);
|
|||
namespace App\Helpers\Trees;
|
||||
|
||||
use App\Entity\Base\StructuralDBElement;
|
||||
use ArrayIterator;
|
||||
use RecursiveIterator;
|
||||
|
||||
class StructuralDBElementIterator extends \ArrayIterator implements \RecursiveIterator
|
||||
final class StructuralDBElementIterator extends ArrayIterator implements RecursiveIterator
|
||||
{
|
||||
public function __construct($nodes)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue