Code Duplication    Length = 5-5 lines in 2 locations

src/Arrayy.php 2 locations

@@ 3560-3564 (lines=5) @@
3557
        []
3558
    );
3559
3560
    if ($this->array === null) {
3561
      $this->array = [];
3562
    } else {
3563
      $this->array = (array)$this->array;
3564
    }
3565
3566
    return $this;
3567
  }
@@ 3593-3597 (lines=5) @@
3590
        []
3591
    );
3592
3593
    if ($this->array === null) {
3594
      $this->array = [];
3595
    } else {
3596
      $this->array = (array)$this->array;
3597
    }
3598
3599
    return $this;
3600
  }