Completed
Push — test ( e682d1...5bf343 )
by Temitope
03:04
created
src/Exceptions/WrongArgumentException.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -12,10 +12,10 @@
 block discarded – undo
12 12
 
13 13
 class WrongArgumentException extends Exception {
14 14
 
15
-    public function create($message)
16
-    {
17
-        return new static ($message);
15
+	public function create($message)
16
+	{
17
+		return new static ($message);
18 18
         
19
-    }
19
+	}
20 20
 
21 21
 }
Please login to merge, or discard this patch.
src/Exceptions/NoRecordDeletionException.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@
 block discarded – undo
12 12
 
13 13
 class NoRecordDeletionException extends  Exception
14 14
 {
15
-    public static function create($message)
16
-    {
17
-        return new static($message);
15
+	public static function create($message)
16
+	{
17
+		return new static($message);
18 18
         
19
-    }
19
+	}
20 20
 }
Please login to merge, or discard this patch.
src/Exceptions/NoRecordUpdateException.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@
 block discarded – undo
12 12
 
13 13
 class NoRecordDeletionException extends  Exception
14 14
 {
15
-    public static function create($message)
16
-    {
17
-        return new static($message);
15
+	public static function create($message)
16
+	{
17
+		return new static($message);
18 18
         
19
-    }
19
+	}
20 20
 }
Please login to merge, or discard this patch.
src/Exceptions/NoArgumentPassedToFunctionException.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@
 block discarded – undo
12 12
 
13 13
 class NoRecordDeletionException extends  Exception
14 14
 {
15
-    public static function create($message)
16
-    {
17
-        return new static($message);
15
+	public static function create($message)
16
+	{
17
+		return new static($message);
18 18
         
19
-    }
19
+	}
20 20
 }
Please login to merge, or discard this patch.
src/Exceptions/TableNotCreatedException.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@
 block discarded – undo
12 12
 
13 13
 class NoRecordDeletionException extends  Exception
14 14
 {
15
-    public static function create($message)
16
-    {
17
-        return new static($message);
15
+	public static function create($message)
16
+	{
17
+		return new static($message);
18 18
         
19
-    }
19
+	}
20 20
 }
Please login to merge, or discard this patch.
src/Exceptions/EmptyArrayException.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@
 block discarded – undo
12 12
 
13 13
 class NoRecordDeletionException extends  Exception
14 14
 {
15
-    public static function create($message)
16
-    {
17
-        return new static($message);
15
+	public static function create($message)
16
+	{
17
+		return new static($message);
18 18
         
19
-    }
19
+	}
20 20
 }
Please login to merge, or discard this patch.
src/Exceptions/NoRecordFoundException.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@
 block discarded – undo
12 12
 
13 13
 class NoRecordDeletionException extends  Exception
14 14
 {
15
-    public static function create($message)
16
-    {
17
-        return new static($message);
15
+	public static function create($message)
16
+	{
17
+		return new static($message);
18 18
         
19
-    }
19
+	}
20 20
 }
Please login to merge, or discard this patch.