moduleReader = $moduleReader; } /** * Retrieve the list of configuration files with given name that relate to specified scope * * @param string $filename * @param string $scope * @return array * @SuppressWarnings(PHPMD.UnusedFormalParameter) */ public function get($filename, $scope) { return $this->moduleReader->getConfigurationFiles($filename); } }