Code Duplication    Length = 5-5 lines in 2 locations

src/Arrayy.php 2 locations

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