Passed
Push — master ( fdad2f...017b91 )
by Gerrit
04:01
created
DataLoader/BlackMagic/BlackMagicEntityCodeGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
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
         
Please login to merge, or discard this patch.
AddiksRDMBundle.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     }
Please login to merge, or discard this patch.