Passed
Pull Request — master (#480)
by
unknown
16:57
created
src/Aimeos/Shop/Controller/JqadmController.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -258,7 +258,7 @@
 block discarded – undo
258 258
 		$context->setLocale( app( 'aimeos.locale' )->getBackend( $context, $site ) );
259 259
 
260 260
 		$locale = $context->locale();
261
-        	$paths = $aimeos->getTemplatePaths( 'admin/jqadm/templates', $locale->getSiteItem()->getTheme() );
261
+			$paths = $aimeos->getTemplatePaths( 'admin/jqadm/templates', $locale->getSiteItem()->getTheme() );
262 262
 
263 263
 		$siteManager = \Aimeos\MShop::create( $context, 'locale/site');
264 264
 		$context->config()->apply( $siteManager->find( $site )->getConfig() );
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -260,7 +260,7 @@
 block discarded – undo
260 260
 		$locale = $context->locale();
261 261
         	$paths = $aimeos->getTemplatePaths( 'admin/jqadm/templates', $locale->getSiteItem()->getTheme() );
262 262
 
263
-		$siteManager = \Aimeos\MShop::create( $context, 'locale/site');
263
+		$siteManager = \Aimeos\MShop::create( $context, 'locale/site' );
264 264
 		$context->config()->apply( $siteManager->find( $site )->getConfig() );
265 265
 
266 266
 		$view = app( 'aimeos.view' )->create( $context, $paths, $lang );
Please login to merge, or discard this patch.