Completed
Push — master ( 8ab6ca...8a9df8 )
by Haridarshan
02:33
created
src/Instagram.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -403,9 +403,9 @@
 block discarded – undo
403 403
 	* Getter: User Access Token
404 404
 	* @return string
405 405
 	*/
406
-    public function getAccessToken() {
407
-        return isset($this->access_token) ? $this->access_token : null;
408
-    }
406
+	public function getAccessToken() {
407
+		return isset($this->access_token) ? $this->access_token : null;
408
+	}
409 409
 		
410 410
 	/*
411 411
 	* Get a string containing the version of the library.
Please login to merge, or discard this patch.