Completed
Pull Request — master (#221)
by Maximilian
03:08
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.
includes/DataObjects/Request.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -261,8 +261,8 @@
 block discarded – undo
261 261
 		}
262 262
         
263 263
 		if (isset(self::$commentsResults[$this->id])) {
264
-		    $this->hasCommentsResolved = true;
265
-		    return $this->hasComments = self::$commentsResults[$this->id];
264
+			$this->hasCommentsResolved = true;
265
+			return $this->hasComments = self::$commentsResults[$this->id];
266 266
 		}
267 267
 
268 268
 		if ($this->comment != "") {
Please login to merge, or discard this patch.