@@ -34,7 +34,7 @@ |
||
| 34 | 34 | */ |
| 35 | 35 | protected function addCmsChartContentWidgetPlugins(Container $container): Container |
| 36 | 36 | { |
| 37 | - $container[static::PLUGIN_CMS_CHART_CONTENT_WIDGETS] = function () { |
|
| 37 | + $container[static::PLUGIN_CMS_CHART_CONTENT_WIDGETS] = function() { |
|
| 38 | 38 | return $this->getCmsChartContentWidgetPlugins(); |
| 39 | 39 | }; |
| 40 | 40 | |
@@ -39,7 +39,7 @@ discard block |
||
| 39 | 39 | */ |
| 40 | 40 | protected function addTwigChartFunctionPlugins(Container $container): Container |
| 41 | 41 | { |
| 42 | - $container[static::PLUGIN_TWIG_CHART_FUNCTIONS] = function () { |
|
| 42 | + $container[static::PLUGIN_TWIG_CHART_FUNCTIONS] = function() { |
|
| 43 | 43 | return $this->getTwigChartFunctionPlugins(); |
| 44 | 44 | }; |
| 45 | 45 | |
@@ -53,7 +53,7 @@ discard block |
||
| 53 | 53 | */ |
| 54 | 54 | protected function addChartPlugins(Container $container): Container |
| 55 | 55 | { |
| 56 | - $container[static::PLUGIN_CHARTS] = function () { |
|
| 56 | + $container[static::PLUGIN_CHARTS] = function() { |
|
| 57 | 57 | return $this->getChartPlugins(); |
| 58 | 58 | }; |
| 59 | 59 | |
@@ -25,7 +25,7 @@ |
||
| 25 | 25 | public function register(Application $app): void |
| 26 | 26 | { |
| 27 | 27 | $app['twig'] = $app->share( |
| 28 | - $app->extend('twig', function (\Twig_Environment $twig) { |
|
| 28 | + $app->extend('twig', function(\Twig_Environment $twig) { |
|
| 29 | 29 | return $this->registerChartTwigFunctions($twig); |
| 30 | 30 | }) |
| 31 | 31 | ); |