Passed
Push — master ( 03a6f5...40da0b )
by Luca
11:01 queued 15s
created
server/Application/Service/AbstractDatabase.php 5 patches
Indentation   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -112,7 +112,4 @@
 block discarded – undo
112 112
         $fullCommand = "$command 2>&1";
113 113
         passthru($fullCommand, $return_var);
114 114
         if ($return_var) {
115
-            throw new Exception('FAILED executing: ' . $command);
116
-        }
117
-    }
118
-}
115
+            throw new Exception('FAILED executing: ' . $command
119 116
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -112,7 +112,4 @@
 block discarded – undo
112 112
         $fullCommand = "$command 2>&1";
113 113
         passthru($fullCommand, $return_var);
114 114
         if ($return_var) {
115
-            throw new Exception('FAILED executing: ' . $command);
116
-        }
117
-    }
118
-}
115
+            throw new Exception('FAILED executing: ' . $command
119 116
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -112,7 +112,4 @@
 block discarded – undo
112 112
         $fullCommand = "$command 2>&1";
113 113
         passthru($fullCommand, $return_var);
114 114
         if ($return_var) {
115
-            throw new Exception('FAILED executing: ' . $command);
116
-        }
117
-    }
118
-}
115
+            throw new Exception('FAILED executing: ' . $command
119 116
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -112,7 +112,4 @@
 block discarded – undo
112 112
         $fullCommand = "$command 2>&1";
113 113
         passthru($fullCommand, $return_var);
114 114
         if ($return_var) {
115
-            throw new Exception('FAILED executing: ' . $command);
116
-        }
117
-    }
118
-}
115
+            throw new Exception('FAILED executing: ' . $command
119 116
\ No newline at end of file
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -112,7 +112,4 @@
 block discarded – undo
112 112
         $fullCommand = "$command 2>&1";
113 113
         passthru($fullCommand, $return_var);
114 114
         if ($return_var) {
115
-            throw new Exception('FAILED executing: ' . $command);
116
-        }
117
-    }
118
-}
115
+            throw new Exception('FAILED executing: ' . $command
119 116
\ No newline at end of file
Please login to merge, or discard this patch.
server/Application/Repository/CollectionRepository.php 5 patches
Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -78,6 +78,4 @@
 block discarded – undo
78 78
             FROM card_collection
79 79
             WHERE
80 80
             collection_id = ' . $connection->quote($sourceCollection->getId()) . '
81
-            AND card_id IN (' . $cardSubQuery . ')');
82
-    }
83
-}
81
+            AND card_id IN (' . $cardSubQuery
84 82
\ 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
@@ -78,6 +78,4 @@
 block discarded – undo
78 78
             FROM card_collection
79 79
             WHERE
80 80
             collection_id = ' . $connection->quote($sourceCollection->getId()) . '
81
-            AND card_id IN (' . $cardSubQuery . ')');
82
-    }
83
-}
81
+            AND card_id IN (' . $cardSubQuery
84 82
\ 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
@@ -78,6 +78,4 @@
 block discarded – undo
78 78
             FROM card_collection
79 79
             WHERE
80 80
             collection_id = ' . $connection->quote($sourceCollection->getId()) . '
81
-            AND card_id IN (' . $cardSubQuery . ')');
82
-    }
83
-}
81
+            AND card_id IN (' . $cardSubQuery
84 82
\ 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
@@ -78,6 +78,4 @@
 block discarded – undo
78 78
             FROM card_collection
79 79
             WHERE
80 80
             collection_id = ' . $connection->quote($sourceCollection->getId()) . '
81
-            AND card_id IN (' . $cardSubQuery . ')');
82
-    }
83
-}
81
+            AND card_id IN (' . $cardSubQuery
84 82
\ 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
@@ -78,6 +78,4 @@
 block discarded – undo
78 78
             FROM card_collection
79 79
             WHERE
80 80
             collection_id = ' . $connection->quote($sourceCollection->getId()) . '
81
-            AND card_id IN (' . $cardSubQuery . ')');
82
-    }
83
-}
81
+            AND card_id IN (' . $cardSubQuery
84 82
\ No newline at end of file
Please login to merge, or discard this patch.