Passed
Push — v1 ( e0b522...92f0bc )
by Andrew
09:16 queued 05:46
created
src/variables/TypogrifyVariable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -299,7 +299,7 @@
 block discarded – undo
299 299
         if (empty($text)) {
300 300
             $text = '';
301 301
         }
302
-        $text = (string)$text;
302
+        $text = (string) $text;
303 303
 
304 304
         return $text;
305 305
     }
Please login to merge, or discard this patch.