Passed
Push — master ( b8255a...26b0ba )
by Adrien
08:35
created
server/Application/Repository/OrganizationRepository.php 5 patches
Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -32,6 +32,4 @@
 block discarded – undo
32 32
                     user.subscription_type = IF(user.subscription_type IN ('paper', 'both'), 'both', 'digital')
33 33
             STRING;
34 34
 
35
-        $connection->executeUpdate($sqlUpgrade);
36
-    }
37
-}
35
+        $connection->executeUpdate($sqlUpgrade
38 36
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -32,6 +32,4 @@
 block discarded – undo
32 32
                     user.subscription_type = IF(user.subscription_type IN ('paper', 'both'), 'both', 'digital')
33 33
             STRING;
34 34
 
35
-        $connection->executeUpdate($sqlUpgrade);
36
-    }
37
-}
35
+        $connection->executeUpdate($sqlUpgrade
38 36
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -32,6 +32,4 @@
 block discarded – undo
32 32
                     user.subscription_type = IF(user.subscription_type IN ('paper', 'both'), 'both', 'digital')
33 33
             STRING;
34 34
 
35
-        $connection->executeUpdate($sqlUpgrade);
36
-    }
37
-}
35
+        $connection->executeUpdate($sqlUpgrade
38 36
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -32,6 +32,4 @@
 block discarded – undo
32 32
                     user.subscription_type = IF(user.subscription_type IN ('paper', 'both'), 'both', 'digital')
33 33
             STRING;
34 34
 
35
-        $connection->executeUpdate($sqlUpgrade);
36
-    }
37
-}
35
+        $connection->executeUpdate($sqlUpgrade
38 36
\ No newline at end of file
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -32,6 +32,4 @@
 block discarded – undo
32 32
                     user.subscription_type = IF(user.subscription_type IN ('paper', 'both'), 'both', 'digital')
33 33
             STRING;
34 34
 
35
-        $connection->executeUpdate($sqlUpgrade);
36
-    }
37
-}
35
+        $connection->executeUpdate($sqlUpgrade
38 36
\ No newline at end of file
Please login to merge, or discard this patch.