Code Duplication    Length = 5-5 lines in 2 locations

src/Arrayy.php 2 locations

@@ 3556-3560 (lines=5) @@
3553
            []
3554
        );
3555
3556
        if ($this->array === null) {
3557
            $this->array = [];
3558
        } else {
3559
            $this->array = (array) $this->array;
3560
        }
3561
3562
        return $this;
3563
    }
@@ 3590-3594 (lines=5) @@
3587
            []
3588
        );
3589
3590
        if ($this->array === null) {
3591
            $this->array = [];
3592
        } else {
3593
            $this->array = (array) $this->array;
3594
        }
3595
3596
        return $this;
3597
    }