Code Duplication    Length = 3-3 lines in 2 locations

src/Arrayy.php 2 locations

@@ 3478-3480 (lines=3) @@
3475
    {
3476
        $this->generatorToArray();
3477
3478
        if (\count($this->array, \COUNT_NORMAL) === 0) {
3479
            return static::create(
3480
                [],
3481
                $this->iteratorClass,
3482
                false
3483
            );
@@ 3574-3576 (lines=3) @@
3571
    {
3572
        $this->generatorToArray();
3573
3574
        if (\count($this->array, \COUNT_NORMAL) === 0) {
3575
            return static::create(
3576
                [],
3577
                $this->iteratorClass,
3578
                false
3579
            );