Code Duplication    Length = 5-5 lines in 2 locations

src/Arrayy.php 2 locations

@@ 3665-3669 (lines=5) @@
3662
        []
3663
    );
3664
3665
    if ($this->array === null) {
3666
      $this->array = [];
3667
    } else {
3668
      $this->array = (array)$this->array;
3669
    }
3670
3671
    return $this;
3672
  }
@@ 3698-3702 (lines=5) @@
3695
        []
3696
    );
3697
3698
    if ($this->array === null) {
3699
      $this->array = [];
3700
    } else {
3701
      $this->array = (array)$this->array;
3702
    }
3703
3704
    return $this;
3705
  }