@@ -43,7 +43,7 @@ |
||
| 43 | 43 | |
| 44 | 44 | private static function outputForCli(array $output, array $thead, array $tbody): array |
| 45 | 45 | { |
| 46 | - $color = new Color; |
|
| 46 | + $color = new Color; |
|
| 47 | 47 | |
| 48 | 48 | foreach ($output as $directive => $values) { |
| 49 | 49 | $current = $values['current'] ?? ''; |
@@ -40,11 +40,11 @@ |
||
| 40 | 40 | * {@inheritDoc} |
| 41 | 41 | */ |
| 42 | 42 | public function execute(array $params) |
| 43 | - { |
|
| 43 | + { |
|
| 44 | 44 | /** @var array $data */ |
| 45 | - $data = CheckPhpIni::run(); |
|
| 45 | + $data = CheckPhpIni::run(); |
|
| 46 | 46 | |
| 47 | - $this->table($data); |
|
| 47 | + $this->table($data); |
|
| 48 | 48 | |
| 49 | 49 | return EXIT_SUCCESS; |
| 50 | 50 | } |