Passed
Push — develop ( ebcaaf...77fe2b )
by Stone
09:15
created
src/Entity/Comment.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
         return $this;
92 92
     }
93 93
 
94
-    public function getCommentExcerpt(){
94
+    public function getCommentExcerpt() {
95 95
         return implode(' ', array_slice(explode(' ', $this->getComment()), 0, 10))." ...";
96 96
     }
97 97
 
Please login to merge, or discard this patch.