@@ -18,7 +18,8 @@ discard block |
||
18 | 18 | |
19 | 19 | } |
20 | 20 | |
21 | - public function do(string $action, array $parameters = []): void |
|
21 | + public function do { |
|
22 | + (string $action, array $parameters = []): void |
|
22 | 23 | { |
23 | 24 | |
24 | 25 | } |
@@ -31,6 +32,7 @@ discard block |
||
31 | 32 | { |
32 | 33 | return 0; |
33 | 34 | } |
35 | + } |
|
34 | 36 | |
35 | 37 | /** @return string[] */ |
36 | 38 | public function flashMessages(): array |