Total Complexity | 4 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 3 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | abstract class Command extends BaseCommand |
||
14 | { |
||
15 | /** |
||
16 | * Create a filepath that can be opened in the browser from a terminal. |
||
17 | */ |
||
18 | public static function createClickableFilepath(string $filepath): string |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * Write a nicely formatted and consistent message to the console. Using InfoComment for a lack of a better term. |
||
25 | */ |
||
26 | public function infoComment(string $info, string $comment, ?string $moreInfo = null): void |
||
31 |