Passed
Push — develop ( 8cc8b0...175f81 )
by Andrew
03:54 queued 10s
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.