Passed
Push — master ( 00ff92...57744c )
by Aimeos
03:14
created
src/Service/Context.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
 	 */
95 95
 	protected function addCache( \Aimeos\MShop\ContextIface $context ) : \Aimeos\MShop\ContextIface
96 96
 	{
97
-		$cache = (new \Aimeos\MAdmin\Cache\Manager\Standard( $context ))->getCache();
97
+		$cache = ( new \Aimeos\MAdmin\Cache\Manager\Standard( $context ) )->getCache();
98 98
 
99 99
 		return $context->setCache( $cache );
100 100
 	}
Please login to merge, or discard this patch.