Total Complexity | 2 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 4 | ||
Bugs | 2 | Features | 0 |
1 | <?php |
||
11 | #[AsCommand(name: 'app:generate-facade-helpers', description: 'Generate Facade helpers for IDE')] |
||
12 | class IdeHelperCommand extends Command |
||
13 | { |
||
14 | /** |
||
15 | * IdeHelperCommand constructor. |
||
16 | * |
||
17 | * @param ProcessInterface $process The process interface for generating facade helpers. |
||
18 | */ |
||
19 | public function __construct(private ProcessInterface $process) |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * Execute the console command. |
||
26 | * |
||
27 | * @param InputInterface $input The input interface. |
||
28 | * @param OutputInterface $output The output interface. |
||
29 | * |
||
30 | * @return int The command exit status. |
||
31 | */ |
||
32 | protected function execute(InputInterface $input, OutputInterface $output): int |
||
41 |
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