Passed
Push — master ( cd93ee...e83576 )
by Aimeos
04:44
created
Setup.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
 		$dbm = \Aimeos\Base\DB\Factory::create( $conf, 'DBAL' );
120 120
 		$ctx->setDatabaseManager( $dbm );
121 121
 
122
-		$fsm = new \Aimeos\Base\Filesystem\Manager\Standard( $conf->get('resource', [] ) );
122
+		$fsm = new \Aimeos\Base\Filesystem\Manager\Standard( $conf->get( 'resource', [] ) );
123 123
 		$ctx->setFilesystemManager( $fsm );
124 124
 
125 125
 		$logger = new \Aimeos\Base\Logger\Errorlog( \Aimeos\Base\Logger\Iface::INFO );
Please login to merge, or discard this patch.