Code Duplication    Length = 5-5 lines in 2 locations

src/Arrayy.php 2 locations

@@ 3671-3675 (lines=5) @@
3668
        []
3669
    );
3670
3671
    if ($this->array === null) {
3672
      $this->array = [];
3673
    } else {
3674
      $this->array = (array)$this->array;
3675
    }
3676
3677
    return $this;
3678
  }
@@ 3704-3708 (lines=5) @@
3701
        []
3702
    );
3703
3704
    if ($this->array === null) {
3705
      $this->array = [];
3706
    } else {
3707
      $this->array = (array)$this->array;
3708
    }
3709
3710
    return $this;
3711
  }