| Total Complexity | 1 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | class VersionCommand extends Command |
||
| 19 | { |
||
| 20 | /** @var string */ |
||
| 21 | protected $name = 'concord:version'; |
||
| 22 | |||
| 23 | /** @var string */ |
||
| 24 | protected $description = 'Displays Concord version'; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Execute the console command. |
||
| 28 | * |
||
| 29 | * @return mixed |
||
| 30 | */ |
||
| 31 | public function handle(Concord $concord) |
||
| 36 |