Code Duplication    Length = 5-5 lines in 2 locations

src/Arrayy.php 2 locations

@@ 3792-3796 (lines=5) @@
3789
        []
3790
    );
3791
3792
    if ($this->array === null) {
3793
      $this->array = [];
3794
    } else {
3795
      $this->array = (array)$this->array;
3796
    }
3797
3798
    return $this;
3799
  }
@@ 3825-3829 (lines=5) @@
3822
        []
3823
    );
3824
3825
    if ($this->array === null) {
3826
      $this->array = [];
3827
    } else {
3828
      $this->array = (array)$this->array;
3829
    }
3830
3831
    return $this;
3832
  }