| Total Complexity | 5 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class Loader extends BaseLoader implements |
||
| 10 | LoaderInterface |
||
| 11 | { |
||
| 12 | private $cache = []; |
||
| 13 | |||
| 14 | public function __construct($locale, ProviderResolver $providers) |
||
| 15 | { |
||
| 16 | parent::__construct($locale, $providers->all()); |
||
| 17 | } |
||
| 18 | |||
| 19 | public function getCache() |
||
| 20 | { |
||
| 21 | return $this->cache; |
||
| 22 | } |
||
| 23 | |||
| 24 | public function clearCache() |
||
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * {@inheritdoc} |
||
| 31 | */ |
||
| 32 | protected function instantiateFixtures(array $fixtures) |
||
| 42 | } |
||
| 43 | } |
||
| 45 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths