Passed
Push — master ( 2d2dc8...8f19f1 )
by Sam
06:00
created
tests/data/query/othermember-can-create-order.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 declare(strict_types=1);
4 4
 
5
- return [
5
+    return [
6 6
     [
7 7
         'query' => 'mutation {
8 8
             requestMembershipEnd
Please login to merge, or discard this patch.
server/Application/Repository/OrganizationRepository.php 1 patch
Indentation   +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->executeUpdate($sqlUpgrade, $params);
44
-    }
45
-}
43
+        $connection->executeUpdate($sqlUpgrade, $params
46 44
\ No newline at end of file
Please login to merge, or discard this patch.