Passed
Pull Request — v1 (#25)
by
unknown
07:25
created
src/variables/TypogrifyVariable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -301,7 +301,7 @@
 block discarded – undo
301 301
         if (empty($text)) {
302 302
             $text = '';
303 303
         }
304
-        $text = (string)$text;
304
+        $text = (string) $text;
305 305
 
306 306
         $settings = Typogrify::$plugin->getSettings();
307 307
 
Please login to merge, or discard this patch.