Code Duplication    Length = 5-5 lines in 2 locations

src/Arrayy.php 2 locations

@@ 4033-4037 (lines=5) @@
4030
            []
4031
        );
4032
4033
        if ($this->array === null) {
4034
            $this->array = [];
4035
        } else {
4036
            $this->array = (array) $this->array;
4037
        }
4038
4039
        return $this;
4040
    }
@@ 4067-4071 (lines=5) @@
4064
            []
4065
        );
4066
4067
        if ($this->array === null) {
4068
            $this->array = [];
4069
        } else {
4070
            $this->array = (array) $this->array;
4071
        }
4072
4073
        return $this;
4074
    }