Cancelled
Push — master ( 5018ff...9a7ade )
by Haridarshan
02:40
created
src/Instagram.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -126,13 +126,13 @@  discard block
 block discarded – undo
126 126
 	}
127 127
 	
128 128
 	/**
129
-	* Make URLs for user browser navigation.
130
-	*
131
-	* @param string $path
132
-	* @param array  $parameters
133
-	*
134
-	* @return string
135
-	*/
129
+	 * Make URLs for user browser navigation.
130
+	 *
131
+	 * @param string $path
132
+	 * @param array  $parameters
133
+	 *
134
+	 * @return string
135
+	 */
136 136
 	public function getUrl($path, array $parameters) {	
137 137
 		
138 138
 		if (!is_array($parameters)) {
@@ -407,9 +407,9 @@  discard block
 block discarded – undo
407 407
 	*
408 408
 	* @return string
409 409
 	*/
410
-    public function getAccessToken() {
411
-        return isset($this->access_token) ? $this->access_token : null;
412
-    }
410
+	public function getAccessToken() {
411
+		return isset($this->access_token) ? $this->access_token : null;
412
+	}
413 413
 		
414 414
 	/*
415 415
 	* Get a string containing the version of the library.
Please login to merge, or discard this patch.