Passed
Push — Showing-Posts ( c935cd...ca7424 )
by Stone
01:51
created
Core/Traits/StringFunctions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
             $trimed .= $string[$wordCounter];
93 93
             if ($wordCounter < $count - 1) {
94 94
                 $trimed .= " ";
95
-            } else {
95
+            }else {
96 96
                 $trimed .= "[...]";
97 97
             }
98 98
         }
Please login to merge, or discard this patch.