| @@ 3245-3247 (lines=3) @@ | ||
| 3242 | { |
|
| 3243 | $this->generatorToArray(); |
|
| 3244 | ||
| 3245 | if (\count($this->array, \COUNT_NORMAL) === 0) { |
|
| 3246 | return static::create( |
|
| 3247 | [], |
|
| 3248 | $this->iteratorClass, |
|
| 3249 | false |
|
| 3250 | ); |
|
| @@ 3341-3343 (lines=3) @@ | ||
| 3338 | { |
|
| 3339 | $this->generatorToArray(); |
|
| 3340 | ||
| 3341 | if (\count($this->array, \COUNT_NORMAL) === 0) { |
|
| 3342 | return static::create( |
|
| 3343 | [], |
|
| 3344 | $this->iteratorClass, |
|
| 3345 | false |
|
| 3346 | ); |
|