Code Duplication    Length = 5-5 lines in 2 locations

src/Arrayy.php 2 locations

@@ 3626-3630 (lines=5) @@
3623
        []
3624
    );
3625
3626
    if ($this->array === null) {
3627
      $this->array = [];
3628
    } else {
3629
      $this->array = (array)$this->array;
3630
    }
3631
3632
    return $this;
3633
  }
@@ 3659-3663 (lines=5) @@
3656
        []
3657
    );
3658
3659
    if ($this->array === null) {
3660
      $this->array = [];
3661
    } else {
3662
      $this->array = (array)$this->array;
3663
    }
3664
3665
    return $this;
3666
  }