@@ -11,5 +11,5 @@ |
||
11 | 11 | */ |
12 | 12 | class RelationException extends RuntimeException |
13 | 13 | { |
14 | - // |
|
14 | + // |
|
15 | 15 | } |
16 | 16 | \ No newline at end of file |
@@ -1,6 +1,6 @@ |
||
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 |
@@ -11,5 +11,5 @@ |
||
11 | 11 | */ |
12 | 12 | class LocationException extends RuntimeException |
13 | 13 | { |
14 | - // |
|
14 | + // |
|
15 | 15 | } |
16 | 16 | \ No newline at end of file |
@@ -1,6 +1,6 @@ |
||
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 |
@@ -11,5 +11,5 @@ |
||
11 | 11 | */ |
12 | 12 | class InstaTokenException extends RuntimeException |
13 | 13 | { |
14 | - // |
|
14 | + // |
|
15 | 15 | } |
16 | 16 | \ No newline at end of file |
@@ -1,6 +1,6 @@ |
||
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 |
@@ -11,5 +11,5 @@ |
||
11 | 11 | */ |
12 | 12 | class UserException extends RuntimeException |
13 | 13 | { |
14 | - // |
|
14 | + // |
|
15 | 15 | } |
16 | 16 | \ No newline at end of file |
@@ -1,6 +1,6 @@ |
||
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 |
@@ -11,5 +11,5 @@ |
||
11 | 11 | */ |
12 | 12 | class LoginException extends RuntimeException |
13 | 13 | { |
14 | - // |
|
14 | + // |
|
15 | 15 | } |
16 | 16 | \ No newline at end of file |
@@ -1,6 +1,6 @@ |
||
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 |
@@ -11,5 +11,5 @@ |
||
11 | 11 | */ |
12 | 12 | class TagException extends RuntimeException |
13 | 13 | { |
14 | - // |
|
14 | + // |
|
15 | 15 | } |
16 | 16 | \ No newline at end of file |
@@ -1,6 +1,6 @@ |
||
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 |
@@ -1,10 +1,10 @@ |
||
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 ); |