Passed
Push — master ( 8131e7...f70e95 )
by Egar
02:46
created
src/Exceptions/CommentException.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,5 +11,5 @@
 block discarded – undo
11 11
  */
12 12
 class CommentException extends RuntimeException
13 13
 {
14
-    //
14
+	//
15 15
 }
16 16
\ No newline at end of file
Please login to merge, or discard this patch.
src/Exceptions/LikeException.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,5 +11,5 @@
 block discarded – undo
11 11
  */
12 12
 class LikeException extends RuntimeException
13 13
 {
14
-    //
14
+	//
15 15
 }
16 16
\ No newline at end of file
Please login to merge, or discard this patch.
src/Exceptions/MediaException.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,5 +11,5 @@
 block discarded – undo
11 11
  */
12 12
 class MediaException extends RuntimeException
13 13
 {
14
-    //
14
+	//
15 15
 }
16 16
\ No newline at end of file
Please login to merge, or discard this patch.
src/Exceptions/RelationException.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,5 +11,5 @@
 block discarded – undo
11 11
  */
12 12
 class RelationException extends RuntimeException
13 13
 {
14
-    //
14
+	//
15 15
 }
16 16
\ No newline at end of file
Please login to merge, or discard this patch.
src/Exceptions/LocationException.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,5 +11,5 @@
 block discarded – undo
11 11
  */
12 12
 class LocationException extends RuntimeException
13 13
 {
14
-    //
14
+	//
15 15
 }
16 16
\ No newline at end of file
Please login to merge, or discard this patch.
src/Exceptions/Exception.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,5 +11,5 @@
 block discarded – undo
11 11
  */
12 12
 class InstaTokenException extends RuntimeException
13 13
 {
14
-    //
14
+	//
15 15
 }
16 16
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 /**
10 10
  * @author Egar Rizki <[email protected]>
11 11
  */
12
-class InstaTokenException extends RuntimeException
13
-{
12
+class InstaTokenException extends RuntimeException
13
+{
14 14
     //
15 15
 }
16 16
\ No newline at end of file
Please login to merge, or discard this patch.
src/Exceptions/UserException.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,5 +11,5 @@
 block discarded – undo
11 11
  */
12 12
 class UserException extends RuntimeException
13 13
 {
14
-    //
14
+	//
15 15
 }
16 16
\ No newline at end of file
Please login to merge, or discard this patch.
src/Exceptions/LoginException.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,5 +11,5 @@
 block discarded – undo
11 11
  */
12 12
 class LoginException extends RuntimeException
13 13
 {
14
-    //
14
+	//
15 15
 }
16 16
\ No newline at end of file
Please login to merge, or discard this patch.
src/Exceptions/TagException.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,5 +11,5 @@
 block discarded – undo
11 11
  */
12 12
 class TagException extends RuntimeException
13 13
 {
14
-    //
14
+	//
15 15
 }
16 16
\ No newline at end of file
Please login to merge, or discard this patch.