@@ -26,15 +26,15 @@ |
||
| 26 | 26 | $output->getFormatter()->setStyle('note', $style); |
| 27 | 27 | |
| 28 | 28 | // Create style for database objects. |
| 29 | - $style = new OutputFormatterStyle('green', null, ['bold']); |
|
| 29 | + $style = new OutputFormatterStyle('green', null, [ 'bold' ]); |
|
| 30 | 30 | $output->getFormatter()->setStyle('dbo', $style); |
| 31 | 31 | |
| 32 | 32 | // Create style for file and directory names. |
| 33 | - $style = new OutputFormatterStyle(null, null, ['bold']); |
|
| 33 | + $style = new OutputFormatterStyle(null, null, [ 'bold' ]); |
|
| 34 | 34 | $output->getFormatter()->setStyle('fso', $style); |
| 35 | 35 | |
| 36 | 36 | // Create style for SQL statements. |
| 37 | - $style = new OutputFormatterStyle('magenta', null, ['bold']); |
|
| 37 | + $style = new OutputFormatterStyle('magenta', null, [ 'bold' ]); |
|
| 38 | 38 | $output->getFormatter()->setStyle('sql', $style); |
| 39 | 39 | } |
| 40 | 40 | |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | * |
| 19 | 19 | * @return int |
| 20 | 20 | */ |
| 21 | - public function execute(?array $sources=null): int; |
|
| 21 | + public function execute(?array $sources = null): int; |
|
| 22 | 22 | |
| 23 | 23 | //-------------------------------------------------------------------------------------------------------------------- |
| 24 | 24 | } |