Passed
Push — develop ( 8a9120...8cc8b0 )
by Andrew
07:27
created
src/services/TypogrifyService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@  discard block
 block discarded – undo
143 143
 
144 144
         if (!empty($string)) {
145 145
             $string = strip_tags($string);
146
-            $result = (string)Stringy::create($string)->truncate($length, $substring);
146
+            $result = (string) Stringy::create($string)->truncate($length, $substring);
147 147
         }
148 148
 
149 149
         return $result;
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
 
168 168
         if (!empty($string)) {
169 169
             $string = strip_tags($string);
170
-            $result = (string)Stringy::create($string)->safeTruncate($length, $substring);
170
+            $result = (string) Stringy::create($string)->safeTruncate($length, $substring);
171 171
         }
172 172
 
173 173
         return $result;
Please login to merge, or discard this patch.