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