| Total Complexity | 1 | 
| Total Lines | 24 | 
| Duplicated Lines | 0 % | 
| Coverage | 100% | 
| Changes | 2 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 8 | class Install extends BaseCommand  | 
            ||
| 9 | { | 
            ||
| 10 | /**  | 
            ||
| 11 | * The signature of the command.  | 
            ||
| 12 | *  | 
            ||
| 13 | * @var string  | 
            ||
| 14 | */  | 
            ||
| 15 | protected $signature = 'docker-sync:install';  | 
            ||
| 16 | |||
| 17 | /**  | 
            ||
| 18 | * The description of the command.  | 
            ||
| 19 | *  | 
            ||
| 20 | * @var string  | 
            ||
| 21 | */  | 
            ||
| 22 | protected $description = 'Install docker sync (mac only)';  | 
            ||
| 23 | |||
| 24 | /**  | 
            ||
| 25 | * Execute the console command.  | 
            ||
| 26 | *  | 
            ||
| 27 | * @return void  | 
            ||
| 28 | */  | 
            ||
| 29 | 1 | public function handle(): void  | 
            |
| 34 |