@@ -70,7 +70,7 @@ |
||
| 70 | 70 | |
| 71 | 71 | $output->writeln($flattenArray[$keyToShow]); |
| 72 | 72 | } else { |
| 73 | - $table =[]; |
|
| 73 | + $table = []; |
|
| 74 | 74 | |
| 75 | 75 | foreach ($flattenArray as $configKey => $configValue) { |
| 76 | 76 | // prevents a crash when a key contains an empty array as value |
@@ -31,7 +31,7 @@ |
||
| 31 | 31 | $this->detectDbSettings($output); |
| 32 | 32 | |
| 33 | 33 | $dbHelper = $this->getDatabaseHelper(); |
| 34 | - $connection = $dbHelper->getConnection($output, true); |
|
| 34 | + $connection = $dbHelper->getConnection($output, true); |
|
| 35 | 35 | |
| 36 | 36 | $roleTableName = $dbHelper->getTableName('authorization_role'); |
| 37 | 37 | $ruleTableName = $dbHelper->getTableName('authorization_rule'); |
@@ -178,7 +178,7 @@ |
||
| 178 | 178 | if (!isset($this->infos[$settingArgument])) { |
| 179 | 179 | throw new \InvalidArgumentException('Unknown key: ' . $settingArgument); |
| 180 | 180 | } |
| 181 | - $output->writeln((string)$this->infos[$settingArgument]); |
|
| 181 | + $output->writeln((string) $this->infos[$settingArgument]); |
|
| 182 | 182 | } else { |
| 183 | 183 | $this->getHelper('table') |
| 184 | 184 | ->setHeaders(['name', 'value']) |