Code Duplication    Length = 5-5 lines in 2 locations

src/Arrayy.php 2 locations

@@ 3858-3862 (lines=5) @@
3855
      []
3856
    );
3857
3858
    if ($this->array === null) {
3859
      $this->array = [];
3860
    } else {
3861
      $this->array = (array)$this->array;
3862
    }
3863
3864
    return $this;
3865
  }
@@ 3891-3895 (lines=5) @@
3888
      []
3889
    );
3890
3891
    if ($this->array === null) {
3892
      $this->array = [];
3893
    } else {
3894
      $this->array = (array)$this->array;
3895
    }
3896
3897
    return $this;
3898
  }