Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
43 | public static function regeneration(Event $composerEvent): void |
||
44 | { |
||
45 | $composerEvent->getIO()->write('<info>drupol/composer-packages:</info> Regenerating classes...'); |
||
46 | |||
47 | (new ClassGenerator($composerEvent))->regenerateClasses(); |
||
48 | |||
49 | $composerEvent->getIO()->write('<info>drupol/composer-packages:</info> Done.'); |
||
50 | } |
||
52 |