Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
20 | private static function apitoken() |
||
21 | { |
||
22 | global $argv; |
||
23 | |||
24 | return Item::create() |
||
25 | ->title('Enter your API token above') |
||
26 | ->subtitle('Save ' . self::userInput()) |
||
27 | ->arg('harvest_setup_apitoken_save') |
||
28 | ->variable('harvest_apitoken', self::userInput()) |
||
29 | ->icon(Icon::create('resources/icons/harvest.png')); |
||
30 | } |
||
41 |