| Total Complexity | 4 |
| Total Lines | 76 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | final class SchemaClearCommand extends Command |
||
| 19 | { |
||
| 20 | protected static $defaultName = 'fixture/schema/clear'; |
||
| 21 | |||
| 22 | public function __construct( |
||
| 23 | private CycleDependencyProxy $promise, |
||
| 24 | ) { |
||
| 25 | parent::__construct(); |
||
| 26 | } |
||
| 27 | |||
| 28 | public function configure(): void |
||
| 33 | } |
||
| 34 | |||
| 35 | protected function execute(InputInterface $input, OutputInterface $output): int |
||
| 94 | } |
||
| 95 | } |
||
| 96 |
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