Passed
Push — new-api ( c5b007...275856 )
by Sebastian
03:44
created
src/Styles/StylesRenderer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
                     $textCase = new TextCase((string) $attribute);
45 45
                     break;
46 46
                 case 'display':
47
-                    $display = new Display((string )$attribute);
47
+                    $display = new Display((string) $attribute);
48 48
                     break;
49 49
                 case 'quotes':
50 50
                     $quotes = "true" === (string) $attribute;
Please login to merge, or discard this patch.