Passed
Push — master ( d6a21b...e1fbd8 )
by Aimeos
04:23 queued 14s
created
src/Aimeos/Shop/Base/Context.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
 	 */
123 123
 	protected function addCache( \Aimeos\MShop\ContextIface $context ) : \Aimeos\MShop\ContextIface
124 124
 	{
125
-		$cache = (new \Aimeos\MAdmin\Cache\Manager\Standard( $context ))->getCache();
125
+		$cache = ( new \Aimeos\MAdmin\Cache\Manager\Standard( $context ) )->getCache();
126 126
 
127 127
 		return $context->setCache( $cache );
128 128
 	}
Please login to merge, or discard this patch.