@@ -58,7 +58,7 @@ |
||
58 | 58 | ]; |
59 | 59 | |
60 | 60 | // add Intl extensions if php5-intl installed |
61 | - if ( class_exists('IntlDateFormatter') ) { |
|
61 | + if (class_exists('IntlDateFormatter')) { |
|
62 | 62 | $intlExtension = new \Twig_Extensions_Extension_Intl; |
63 | 63 | $intlFilters = $intlExtension->getFilters(); |
64 | 64 |