Total Complexity | 4 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class DumpCommand extends Command |
||
8 | { |
||
9 | /** @var string */ |
||
10 | protected $signature = 'module:dump |
||
11 | {module? : The module to dump-autoload for}'; |
||
12 | |||
13 | /** @var string */ |
||
14 | protected $description = 'Dump-autoload for the specified module or all modules.'; |
||
15 | |||
16 | public function handle(): void |
||
26 | } |
||
27 | } |
||
28 | } |
||
29 | |||
30 | private function dump(string $name): void |
||
42 |