Code Duplication    Length = 5-5 lines in 2 locations

src/Arrayy.php 2 locations

@@ 3883-3887 (lines=5) @@
3880
      []
3881
    );
3882
3883
    if ($this->array === null) {
3884
      $this->array = [];
3885
    } else {
3886
      $this->array = (array)$this->array;
3887
    }
3888
3889
    return $this;
3890
  }
@@ 3916-3920 (lines=5) @@
3913
      []
3914
    );
3915
3916
    if ($this->array === null) {
3917
      $this->array = [];
3918
    } else {
3919
      $this->array = (array)$this->array;
3920
    }
3921
3922
    return $this;
3923
  }