/** * Get a list of the registry files * * @return array * * @since 4.0.0 */ public function getRegistryFiles() : array { return array_values($this->dataFilesParsed + $this->dataFilesNew); }