Completed
Pull Request — master (#221)
by Maximilian
03:18
created
oauth/OAuthUtility.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -147,7 +147,7 @@
 block discarded – undo
147 147
 	public function getIdentity($accessToken, $accessSecret)
148 148
 	{
149 149
 		
150
-        global $toolUserAgent;
150
+		global $toolUserAgent;
151 151
 
152 152
 		$endpoint = $this->baseUrlInternal . '/identify&format=json';
153 153
 
Please login to merge, or discard this patch.