@@ -23,7 +23,7 @@ |
||
23 | 23 | /** |
24 | 24 | * Creates new translation objects. |
25 | 25 | * |
26 | - * @param array $i18nPaths Paths to the translation directories |
|
26 | + * @param array $i18nPaths Paths to the translation directories |
|
27 | 27 | * @param array $langIds List of two letter ISO language IDs |
28 | 28 | * @param array $local List of local translation entries overwriting the standard ones |
29 | 29 | * @return array List of translation objects implementing MW_Translation_Interface |
@@ -23,7 +23,7 @@ |
||
23 | 23 | /** |
24 | 24 | * Creates a new configuration object. |
25 | 25 | * |
26 | - * @param array $paths Paths to the configuration directories |
|
26 | + * @param array $paths Paths to the configuration directories |
|
27 | 27 | * @param array $local Multi-dimensional associative list with local configuration |
28 | 28 | * @return \Aimeos\MW\Config\Iface Configuration object |
29 | 29 | */ |
@@ -57,7 +57,7 @@ |
||
57 | 57 | protected function execute( InputInterface $input, OutputInterface $output ) |
58 | 58 | { |
59 | 59 | $aimeos = \Aimeos\Aimeos\Base::getAimeos(); |
60 | - $config = \Aimeos\Aimeos\Base::getConfig(); |
|
60 | + $config = \Aimeos\Aimeos\Base::getConfig(); |
|
61 | 61 | $context = \Aimeos\Aimeos\Base::getContext( $config ); |
62 | 62 | $process = $context->getProcess(); |
63 | 63 |
@@ -260,11 +260,11 @@ |
||
260 | 260 | */ |
261 | 261 | |
262 | 262 | if( !is_array( $GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['aimeos'] ) ) { |
263 | - $GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['aimeos'] = array(); |
|
263 | + $GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['aimeos'] = array(); |
|
264 | 264 | } |
265 | 265 | |
266 | 266 | if( !isset($GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['aimeos']['frontend'] ) ) { |
267 | - $GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['aimeos']['frontend'] = 'TYPO3\\CMS\\Core\\Cache\\Frontend\\StringFrontend'; |
|
267 | + $GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['aimeos']['frontend'] = 'TYPO3\\CMS\\Core\\Cache\\Frontend\\StringFrontend'; |
|
268 | 268 | } |
269 | 269 | |
270 | 270 | if( !isset($GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['aimeos']['options'] ) ) { |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | return [ |
4 | - 'aimeos:jobs' => [ |
|
5 | - 'class' => \Aimeos\Aimeos\Command\JobsCommand::class |
|
4 | + 'aimeos:jobs' => [ |
|
5 | + 'class' => \Aimeos\Aimeos\Command\JobsCommand::class |
|
6 | 6 | ], |
7 | - 'aimeos:setup' => [ |
|
8 | - 'class' => \Aimeos\Aimeos\Command\SetupCommand::class |
|
7 | + 'aimeos:setup' => [ |
|
8 | + 'class' => \Aimeos\Aimeos\Command\SetupCommand::class |
|
9 | 9 | ], |
10 | 10 | ]; |
11 | 11 | \ No newline at end of file |