We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -34,7 +34,7 @@ |
||
34 | 34 | ?string $type = null, |
35 | 35 | ?string $resolve = null, |
36 | 36 | ?string $complexity = null, |
37 | - array|string|null $targetTypes = null |
|
37 | + array | string | null $targetTypes = null |
|
38 | 38 | ) { |
39 | 39 | parent::__construct($name, $type, $resolve, $complexity); |
40 | 40 | if ($targetTypes) { |
@@ -34,7 +34,7 @@ |
||
34 | 34 | ?string $type = null, |
35 | 35 | ?string $resolve = null, |
36 | 36 | ?string $complexity = null, |
37 | - array|string|null $targetTypes = null |
|
37 | + array | string | null $targetTypes = null |
|
38 | 38 | ) { |
39 | 39 | parent::__construct($name, $type, $resolve, $complexity); |
40 | 40 | if ($targetTypes) { |