Passed
Push — master ( c22a19...6ef318 )
by Gerrit
03:33
created
DataLoader/ChoosingDataLoaderFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
         array $serviceIdMap,
38 38
         string $choosingParameterName,
39 39
         string $defaultServiceId,
40
-        private string|null $entityManagerServiceId = null
40
+        private string | null $entityManagerServiceId = null
41 41
     ) {
42 42
         if ($container->hasParameter($choosingParameterName)) {
43 43
             /** @var string $determinator */
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
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
 
14 14
 class AddiksRDMBundle extends Bundle
15 15
 {
16
-    private static ClassLoader|null $classLoader = null;
16
+    private static ClassLoader | null $classLoader = null;
17 17
 
18 18
     public function boot()
19 19
     {
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
         $container->addCompilerPass(new RDMCompilerPass());
25 25
     }
26 26
 
27
-    public static function classLoader(): ClassLoader|null
27
+    public static function classLoader(): ClassLoader | null
28 28
     {
29 29
         return self::$classLoader;
30 30
     }
Please login to merge, or discard this patch.