| Total Complexity | 3 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 21 | class GenerateDTOCommand extends Command |
||
| 22 | { |
||
| 23 | protected const HELP = 'Generate DTO classes.'; |
||
| 24 | protected static $defaultName = 'micro:dto:generate'; |
||
| 25 | |||
| 26 | 2 | public function __construct( |
|
| 27 | private readonly DTOFacadeInterface $DTOFacade |
||
| 28 | ) { |
||
| 29 | 2 | parent::__construct(self::$defaultName); |
|
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritDoc} |
||
| 34 | */ |
||
| 35 | 2 | protected function execute(InputInterface $input, OutputInterface $output): int |
|
| 48 | } |
||
| 49 | } |
||
| 50 |
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