@@ -93,7 +93,7 @@ |
||
93 | 93 | */ |
94 | 94 | protected function addCache( \Aimeos\MShop\ContextIface $context ) |
95 | 95 | { |
96 | - $cache = (new \Aimeos\MAdmin\Cache\Manager\Standard( $context ))->getCache(); |
|
96 | + $cache = ( new \Aimeos\MAdmin\Cache\Manager\Standard( $context ) )->getCache(); |
|
97 | 97 | |
98 | 98 | return $context->setCache( $cache ); |
99 | 99 | } |
@@ -10,7 +10,7 @@ |
||
10 | 10 | /** |
11 | 11 | * {@inheritdoc} |
12 | 12 | */ |
13 | - public function registerBundles() : Traversable|array |
|
13 | + public function registerBundles() : Traversable | array |
|
14 | 14 | { |
15 | 15 | return array( |
16 | 16 | new \Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(), |