Code Duplication    Length = 5-5 lines in 2 locations

src/Arrayy.php 2 locations

@@ 3622-3626 (lines=5) @@
3619
        []
3620
    );
3621
3622
    if ($this->array === null) {
3623
      $this->array = [];
3624
    } else {
3625
      $this->array = (array)$this->array;
3626
    }
3627
3628
    return $this;
3629
  }
@@ 3655-3659 (lines=5) @@
3652
        []
3653
    );
3654
3655
    if ($this->array === null) {
3656
      $this->array = [];
3657
    } else {
3658
      $this->array = (array)$this->array;
3659
    }
3660
3661
    return $this;
3662
  }