Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 1 |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php namespace Lanin\Laravel\SetupWizard\Commands\Steps; |
||
44 | 3 | public function preview($results) |
|
45 | { |
||
46 | 3 | $this->command->info('I will insert this values into <comment>' . $results['__table'] . '</comment> table'); |
|
47 | 3 | $this->command->table(['column', 'value'], $this->arrayToTable($results)); |
|
48 | 3 | } |
|
49 | |||
102 | } |