Code Duplication    Length = 3-3 lines in 2 locations

src/Arrayy.php 2 locations

@@ 3463-3465 (lines=3) @@
3460
    {
3461
        $this->generatorToArray();
3462
3463
        if (\count($this->array, \COUNT_NORMAL) === 0) {
3464
            return static::create(
3465
                [],
3466
                $this->iteratorClass,
3467
                false
3468
            );
@@ 3559-3561 (lines=3) @@
3556
    {
3557
        $this->generatorToArray();
3558
3559
        if (\count($this->array, \COUNT_NORMAL) === 0) {
3560
            return static::create(
3561
                [],
3562
                $this->iteratorClass,
3563
                false
3564
            );