Code Duplication    Length = 3-3 lines in 2 locations

src/Arrayy.php 2 locations

@@ 3307-3309 (lines=3) @@
3304
    {
3305
        $this->generatorToArray();
3306
3307
        if (\count($this->array, \COUNT_NORMAL) === 0) {
3308
            return static::create(
3309
                [],
3310
                $this->iteratorClass,
3311
                false
3312
            );
@@ 3403-3405 (lines=3) @@
3400
    {
3401
        $this->generatorToArray();
3402
3403
        if (\count($this->array, \COUNT_NORMAL) === 0) {
3404
            return static::create(
3405
                [],
3406
                $this->iteratorClass,
3407
                false
3408
            );