Passed
Push — master ( e06b8b...88ff67 )
by Adrien
02:36
created
src/Service/AbstractDatabase.php 5 patches
Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -166,6 +166,4 @@
 block discarded – undo
166 166
             throw new Exception("Cannot read dump file \"$absolutePath\"");
167 167
         }
168 168
 
169
-        return $absolutePath;
170
-    }
171
-}
169
+        return $absolutePath
172 170
\ 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
@@ -166,6 +166,4 @@
 block discarded – undo
166 166
             throw new Exception("Cannot read dump file \"$absolutePath\"");
167 167
         }
168 168
 
169
-        return $absolutePath;
170
-    }
171
-}
169
+        return $absolutePath
172 170
\ 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
@@ -166,6 +166,4 @@
 block discarded – undo
166 166
             throw new Exception("Cannot read dump file \"$absolutePath\"");
167 167
         }
168 168
 
169
-        return $absolutePath;
170
-    }
171
-}
169
+        return $absolutePath
172 170
\ 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
@@ -166,6 +166,4 @@
 block discarded – undo
166 166
             throw new Exception("Cannot read dump file \"$absolutePath\"");
167 167
         }
168 168
 
169
-        return $absolutePath;
170
-    }
171
-}
169
+        return $absolutePath
172 170
\ 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
@@ -166,6 +166,4 @@
 block discarded – undo
166 166
             throw new Exception("Cannot read dump file \"$absolutePath\"");
167 167
         }
168 168
 
169
-        return $absolutePath;
170
-    }
171
-}
169
+        return $absolutePath
172 170
\ No newline at end of file
Please login to merge, or discard this patch.