Code Duplication    Length = 3-3 lines in 2 locations

src/Arrayy.php 2 locations

@@ 3464-3466 (lines=3) @@
3461
    {
3462
        $this->generatorToArray();
3463
3464
        if (\count($this->array, \COUNT_NORMAL) === 0) {
3465
            return static::create(
3466
                [],
3467
                $this->iteratorClass,
3468
                false
3469
            );
@@ 3560-3562 (lines=3) @@
3557
    {
3558
        $this->generatorToArray();
3559
3560
        if (\count($this->array, \COUNT_NORMAL) === 0) {
3561
            return static::create(
3562
                [],
3563
                $this->iteratorClass,
3564
                false
3565
            );