Completed
Push — test ( 80c4c5...50b56e )
by Temitope
02:35
created
src/Database/DatabaseHelper.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
 
43 43
 			return $conn->exec($sql);
44 44
 
45
-		    throw TableNotCreatedException::tableNotCreatedException("Check your database connection");
45
+			throw TableNotCreatedException::tableNotCreatedException("Check your database connection");
46 46
 
47 47
 	}
48 48
 
Please login to merge, or discard this patch.