Conditions | 1 |
Paths | 1 |
Total Lines | 16 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
16 | static function index_help () { |
||
17 | return <<<HELP |
||
18 | %yComposer module%n |
||
19 | |||
20 | %yMethods:%n |
||
21 | %gupdate%n Update Composer using system configuration |
||
22 | %gclean%n Clean Composer's files (composer.json/lock as well as vendor directory, useful if %gupdate%n fails) |
||
23 | |||
24 | %yExamples:%n |
||
25 | Update Composer: |
||
26 | %g./cli update:Composer%n |
||
27 | Clean Composer's files: |
||
28 | %g./cli clean:Composer%n |
||
29 | |||
30 | HELP; |
||
31 | } |
||
32 | /** |
||
61 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.