Passed
Branch master (bd395e)
by Egar
04:00
created
src/Exceptions/RelationException.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 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.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare ( strict_types = 1 );
3
+declare (strict_types = 1);
4 4
 
5 5
 namespace Ch0c01dxyz\InstaToken\Exceptions;
6 6
 
Please login to merge, or discard this patch.
src/Exceptions/LocationException.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 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.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare ( strict_types = 1 );
3
+declare (strict_types = 1);
4 4
 
5 5
 namespace Ch0c01dxyz\InstaToken\Exceptions;
6 6
 
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.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare ( strict_types = 1 );
3
+declare (strict_types = 1);
4 4
 
5 5
 namespace Ch0c01dxyz\InstaToken\Exceptions;
6 6
 
Please login to merge, or discard this patch.
src/Exceptions/UserException.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 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.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare ( strict_types = 1 );
3
+declare (strict_types = 1);
4 4
 
5 5
 namespace Ch0c01dxyz\InstaToken\Exceptions;
6 6
 
Please login to merge, or discard this patch.
src/Exceptions/LoginException.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 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.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare ( strict_types = 1 );
3
+declare (strict_types = 1);
4 4
 
5 5
 namespace Ch0c01dxyz\InstaToken\Exceptions;
6 6
 
Please login to merge, or discard this patch.
src/Exceptions/TagException.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 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.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare ( strict_types = 1 );
3
+declare (strict_types = 1);
4 4
 
5 5
 namespace Ch0c01dxyz\InstaToken\Exceptions;
6 6
 
Please login to merge, or discard this patch.
test.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 	require 'vendor/autoload.php';
3 3
 
4
-	$instatoken = new Ch0c01dxyz\InstaToken\Endpoints\User ();
4
+	$instatoken = new Ch0c01dxyz\InstaToken\Endpoints\User();
5 5
 
6
-	$instatoken->setToken ( "4702717189.0120c6f.87be117e24204ea7b06b698d45110b50" );
7
-print_r ( $instatoken->getSelf () );
6
+	$instatoken->setToken("4702717189.0120c6f.87be117e24204ea7b06b698d45110b50");
7
+print_r($instatoken->getSelf());
8 8
 	// $instatoken->setUserId ( "4702717189" );
9 9
 	// $instatoken->setMap ( -6.8909203, 108.729098, 100 );
10 10
 	// $map = new Ch0c01dxyz\InstaToken\Objects\LocationId ( 399201265 );
Please login to merge, or discard this patch.