Code Duplication    Length = 5-5 lines in 2 locations

src/Arrayy.php 2 locations

@@ 3739-3743 (lines=5) @@
3736
        []
3737
    );
3738
3739
    if ($this->array === null) {
3740
      $this->array = [];
3741
    } else {
3742
      $this->array = (array)$this->array;
3743
    }
3744
3745
    return $this;
3746
  }
@@ 3772-3776 (lines=5) @@
3769
        []
3770
    );
3771
3772
    if ($this->array === null) {
3773
      $this->array = [];
3774
    } else {
3775
      $this->array = (array)$this->array;
3776
    }
3777
3778
    return $this;
3779
  }