Passed
Push — master ( 37afd1...dd4a5d )
by Aimeos
18:29 queued 13s
created
Service/Context.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
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
 	}
Please login to merge, or discard this patch.
Tests/Fixtures/app/AppKernel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
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(),
Please login to merge, or discard this patch.