Code Duplication    Length = 3-3 lines in 2 locations

src/Arrayy.php 2 locations

@@ 2973-2975 (lines=3) @@
2970
    {
2971
        $this->generatorToArray();
2972
2973
        if (\count($this->array, \COUNT_NORMAL) === 0) {
2974
            return static::create(
2975
                [],
2976
                $this->iteratorClass,
2977
                false
2978
            );
@@ 3069-3071 (lines=3) @@
3066
    {
3067
        $this->generatorToArray();
3068
3069
        if (\count($this->array, \COUNT_NORMAL) === 0) {
3070
            return static::create(
3071
                [],
3072
                $this->iteratorClass,
3073
                false
3074
            );