@@ -11,12 +11,12 @@ |
||
| 11 | 11 | */ |
| 12 | 12 | final class DummyEngine implements IAnnotationsReaderEngine |
| 13 | 13 | { |
| 14 | - public function hasAnnotation(string $name, string|object $class, string $method = null): bool |
|
| 14 | + public function hasAnnotation(string $name, string | object $class, string $method = null): bool |
|
| 15 | 15 | { |
| 16 | 16 | return true; |
| 17 | 17 | } |
| 18 | 18 | |
| 19 | - public function getAnnotation(string $name, string|object $class, string $method = null): mixed |
|
| 19 | + public function getAnnotation(string $name, string | object $class, string $method = null): mixed |
|
| 20 | 20 | { |
| 21 | 21 | return "abc"; |
| 22 | 22 | } |