We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -6,7 +6,7 @@ discard block |
||
6 | 6 | { |
7 | 7 | public array $hooks = []; |
8 | 8 | |
9 | - public function hookInto(string|array $hooks, callable $callback): void |
|
9 | + public function hookInto(string | array $hooks, callable $callback): void |
|
10 | 10 | { |
11 | 11 | $hooks = is_array($hooks) ? $hooks : [$hooks]; |
12 | 12 | foreach ($hooks as $hook) { |
@@ -14,7 +14,7 @@ discard block |
||
14 | 14 | } |
15 | 15 | } |
16 | 16 | |
17 | - public function trigger(string|array $hooks, array $parameters = []): void |
|
17 | + public function trigger(string | array $hooks, array $parameters = []): void |
|
18 | 18 | { |
19 | 19 | $hooks = is_array($hooks) ? $hooks : [$hooks]; |
20 | 20 | foreach ($hooks as $hook) { |