| Total Complexity | 7 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 19 | trait InteractsWithCache |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @var \Psr\SimpleCache\CacheInterface |
||
| 23 | */ |
||
| 24 | protected $cache; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @return \Psr\SimpleCache\CacheInterface |
||
| 28 | */ |
||
| 29 | public function getCache() |
||
| 40 | } |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @return \Psr\SimpleCache\CacheInterface |
||
| 44 | */ |
||
| 45 | protected function createDefaultCache() |
||
| 54 |
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