| 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 accountId() |
||
| 21 | { |
||
| 22 | global $argv; |
||
| 23 | |||
| 24 | return Item::create() |
||
| 25 | ->title('Enter your Account ID above') |
||
| 26 | ->subtitle('Save ' . self::userInput()) |
||
| 27 | ->arg('harvest_setup_account_id_save') |
||
| 28 | ->variable('harvest_account_id', self::userInput()) |
||
| 29 | ->icon(Icon::create('resources/icons/harvest.png')); |
||
| 30 | } |
||
| 41 |