Code Duplication    Length = 5-5 lines in 2 locations

src/Arrayy.php 2 locations

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