Failed Conditions
Push — master ( 4d7dfb...f0c404 )
by Adrien
08:26
created
server/Application/Service/Importer.php 1 patch
Spacing   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -179,7 +179,7 @@  discard block
 block discarded – undo
179 179
             }
180 180
 
181 181
             // un-escape all fields
182
-            $line = array_map(fn ($r) => html_entity_decode($r), $line);
182
+            $line = array_map(fn($r) => html_entity_decode($r), $line);
183 183
 
184 184
             [
185 185
                 $email,
@@ -492,6 +492,4 @@  discard block
 block discarded – undo
492 492
 
493 493
     private function placeholders(int $count, string $placeholder): string
494 494
     {
495
-        return implode(',' . PHP_EOL, array_fill(0, $count, $placeholder));
496
-    }
497
-}
495
+        return implode(',' . PHP_EOL, array_fill(0, $count, $placeholder
498 496
\ No newline at end of file
Please login to merge, or discard this patch.
server/Application/Repository/OrganizationRepository.php 1 patch
Spacing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -40,6 +40,4 @@
 block discarded – undo
40 40
             'digital' => ProductTypeType::DIGITAL,
41 41
         ];
42 42
 
43
-        $connection->executeStatement($sqlUpgrade, $params);
44
-    }
45
-}
43
+        $connection->executeStatement($sqlUpgrade, $params
46 44
\ No newline at end of file
Please login to merge, or discard this patch.