@@ -109,7 +109,7 @@ |
||
109 | 109 | /** |
110 | 110 | * Get name for a job |
111 | 111 | */ |
112 | - protected function getJobName(string|object $class, string $method): string |
|
112 | + protected function getJobName(string | object $class, string $method): string |
|
113 | 113 | { |
114 | 114 | $annotation = $this->annotationsReader->getAnnotation(static::ANNOTATION_TEST, $class, $method); |
115 | 115 | if ($annotation !== null) { |