returnValue = $returnValue; } public function run(Environment $environment): \Generator { return yield $this->returnValue; } }