Code Duplication    Length = 5-5 lines in 2 locations

src/Arrayy.php 2 locations

@@ 4028-4032 (lines=5) @@
4025
            []
4026
        );
4027
4028
        if ($this->array === null) {
4029
            $this->array = [];
4030
        } else {
4031
            $this->array = (array) $this->array;
4032
        }
4033
4034
        return $this;
4035
    }
@@ 4062-4066 (lines=5) @@
4059
            []
4060
        );
4061
4062
        if ($this->array === null) {
4063
            $this->array = [];
4064
        } else {
4065
            $this->array = (array) $this->array;
4066
        }
4067
4068
        return $this;
4069
    }