@@ -49,7 +49,7 @@ |
||
49 | 49 | /** |
50 | 50 | * Check whether to skip a test method |
51 | 51 | */ |
52 | - public function shouldSkip(string $class, string $method): bool|string |
|
52 | + public function shouldSkip(string $class, string $method): bool | string |
|
53 | 53 | { |
54 | 54 | $value = $this->getSkipValue($class, $method); |
55 | 55 | if (is_scalar($value)) { |