@@ -33,7 +33,7 @@ |
||
| 33 | 33 | public function processMapping( |
| 34 | 34 | EntityMappingInterface $mapping, |
| 35 | 35 | ClassLoader $loader |
| 36 | - ): string|null { |
|
| 36 | + ): string | null { |
|
| 37 | 37 | /** @var array<array-key, Column> $columns */ |
| 38 | 38 | $columns = $mapping->collectDBALColumns(); |
| 39 | 39 | |
@@ -11,7 +11,7 @@ discard block |
||
| 11 | 11 | |
| 12 | 12 | class AddiksRDMBundle extends Bundle |
| 13 | 13 | { |
| 14 | - private static ClassLoader|null $classLoader = null; |
|
| 14 | + private static ClassLoader | null $classLoader = null; |
|
| 15 | 15 | |
| 16 | 16 | public function boot() |
| 17 | 17 | { |
@@ -30,7 +30,7 @@ discard block |
||
| 30 | 30 | $dataLoader->boot($entityManager); |
| 31 | 31 | } |
| 32 | 32 | |
| 33 | - public static function classLoader(): ClassLoader|null |
|
| 33 | + public static function classLoader(): ClassLoader | null |
|
| 34 | 34 | { |
| 35 | 35 | return self::$classLoader; |
| 36 | 36 | } |