Completed
Push — test ( de020a...ad455e )
by Temitope
02:39
created
src/Exceptions/TableNotCreatedException.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@
 block discarded – undo
12 12
 
13 13
 class TableNotCreatedException extends Exception {
14 14
 
15
-    public static function checkTableNotCreatedException($message)
16
-    {
15
+	public static function checkTableNotCreatedException($message)
16
+	{
17 17
 	return new static($message);
18
-    }
18
+	}
19 19
 
20 20
 }
Please login to merge, or discard this patch.