| Conditions | 2 |
| Paths | 2 |
| Total Lines | 12 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 45 | protected function createCacheStore($config) |
||
| 46 | { |
||
| 47 | if ($config === true) { |
||
| 48 | return new MemoryStore; |
||
| 49 | } |
||
| 50 | |||
| 51 | $cacheManager = $this->getCacheManager(); |
||
| 52 | |||
| 53 | return new Cache( |
||
| 54 | $cacheManager->store($config['store']), |
||
| 55 | $config['prefix'] ?? 'flysystem', |
||
| 56 | $config['expire'] ?? null |
||
| 57 | ); |
||
| 68 |
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