Passed
Pull Request — master (#5)
by Alex
12:40
created
src/Factory/DataFixture/OrmExecutorFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
      */
72 72
     private function getPurger(
73 73
         ContainerInterface $container,
74
-        ORMPurger|string|null $purger,
74
+        ORMPurger | string | null $purger,
75 75
         string $serviceName
76 76
     ): ?ORMPurger {
77 77
         if (null === $purger) {
Please login to merge, or discard this patch.
src/Factory/Console/Helper/ConnectionHelperFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
      *
71 71
      * @throws ServiceNotCreatedException
72 72
      */
73
-    private function resolveConnection(ContainerInterface $container, string $serviceName): Connection|string|null
73
+    private function resolveConnection(ContainerInterface $container, string $serviceName): Connection | string | null
74 74
     {
75 75
         try {
76 76
             $arguments = new ArgvInput();
Please login to merge, or discard this patch.