Completed
Pull Request — master (#20)
by
unknown
07:59
created
Category
examples/user.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -27,10 +27,10 @@
 block discarded – undo
27 27
 }
28 28
 
29 29
 // Use this to interact with an API on the users behalf
30
-echo $token->getToken()."<br/>";
30
+echo $token->getToken() . "<br/>";
31 31
 
32 32
 // Use this to get a new access token if the old one expires
33
-echo $token->getRefreshToken()."<br/>";
33
+echo $token->getRefreshToken() . "<br/>";
34 34
 
35 35
 // Number of seconds until the access token will expire, and need refreshing
36
-echo $token->getExpires()."<br/>";
36
+echo $token->getExpires() . "<br/>";
Please login to merge, or discard this patch.