1 | <?php |
||
8 | class InfoCommands extends \Robo\Tasks |
||
9 | { |
||
10 | /** |
||
11 | * Determine the application type and version of the specified |
||
12 | * framework or frameworks. |
||
13 | * |
||
14 | * @command info |
||
15 | * @field-labels |
||
16 | * application: Application |
||
17 | * version: Version |
||
18 | * path: Path |
||
19 | * @default-fields application,version |
||
20 | * @return \Consolidation\OutputFormatters\StructuredData\RowsOfFields |
||
21 | */ |
||
22 | public function info(array $paths, $options = ['format' => 'tsv']) |
||
49 | } |
||
50 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.