Passed
Pull Request — master (#330)
by
unknown
02:54 queued 10s
created
src/Issue/CommentV3.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     
14 14
     public function setBody($body)
15 15
     {
16
-		$this->body = new DescriptionV3();
16
+        $this->body = new DescriptionV3();
17 17
         $this->body->addDescriptionContent('paragraph', $body);
18 18
 
19 19
         return $this;
Please login to merge, or discard this patch.