@@ -44,7 +44,7 @@ |
||
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; |