@@ -15,7 +15,7 @@ |
||
15 | 15 | * |
16 | 16 | * @param class-string|object $object |
17 | 17 | */ |
18 | - public static function getShortClassName(object|string $object): string |
|
18 | + public static function getShortClassName(object | string $object): string |
|
19 | 19 | { |
20 | 20 | $reflect = new ReflectionClass($object); |
21 | 21 |