@@ -6,7 +6,7 @@ |
||
| 6 | 6 | { |
| 7 | 7 | protected $title; |
| 8 | 8 | protected $description; |
| 9 | - protected $links = []; |
|
| 9 | + protected $links = [ ]; |
|
| 10 | 10 | |
| 11 | 11 | public static function create(string $title) |
| 12 | 12 | { |
@@ -8,7 +8,7 @@ |
||
| 8 | 8 | |
| 9 | 9 | public function getRunButtonText(): string; |
| 10 | 10 | |
| 11 | - public function run(array $parameters = []); |
|
| 11 | + public function run(array $parameters = [ ]); |
|
| 12 | 12 | |
| 13 | 13 | public function getRunParameters(): array; |
| 14 | 14 | } |