stubsIndex = $stubsIndex; $this->projectIndex = $projectIndex; parent::__construct(); } /** * @return ReadableIndex[] */ protected function getIndexes(): array { return [$this->stubsIndex, $this->projectIndex]; } }