Completed
Pull Request — master (#221)
by Maximilian
10:25 queued 07:13
created
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.