| Total Complexity | 4 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Coverage | 87.5% |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | abstract class AbstractCommand extends Command implements ContainerAwareInterface |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @var ContainerInterface |
||
| 22 | */ |
||
| 23 | protected $container; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @return CacheTool |
||
|
|
|||
| 27 | */ |
||
| 28 | 14 | protected function getCacheTool() |
|
| 31 | } |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @param string $extension |
||
| 35 | */ |
||
| 36 | 14 | protected function ensureExtensionLoaded($extension) |
|
| 40 | } |
||
| 41 | 12 | } |
|
| 42 | |||
| 43 | /** |
||
| 44 | * {@inheritdoc} |
||
| 45 | */ |
||
| 46 | 14 | public function setContainer(ContainerInterface $container = null) |
|
| 51 |
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