| 1 | <?php |
||
| 24 | class Configuration implements ConfigurationInterface |
||
| 25 | { |
||
| 26 | /** |
||
| 27 | * Define configTree |
||
| 28 | * @return TreeBuilder |
||
| 29 | */ |
||
| 30 | 1 | public function getConfigTreeBuilder() |
|
| 68 | |||
| 69 | /** |
||
| 70 | * load, validate and return configuration |
||
| 71 | * @param string $configFile |
||
| 72 | * @return array |
||
| 73 | */ |
||
| 74 | 1 | public function loadConfig($configFile) |
|
| 92 | } |
||
| 93 |
Scrutinizer analyzes your
composer.json/composer.lockfile if available to determine the classes, and functions that are defined by your dependencies.It seems like the listed class was neither found in your dependencies, nor was it found in the analyzed files in your repository. If you are using some other form of dependency management, you might want to disable this analysis.