@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | */ |
50 | 50 | public function getConfiguration() { |
51 | 51 | |
52 | - $configuration = []; |
|
52 | + $configuration = [ ]; |
|
53 | 53 | |
54 | 54 | $configuration[ 'wgExtensionMessagesFiles' ][ 'SimpleBatchUploadAlias' ] = __DIR__ . '/SimpleBatchUpload.alias.php'; |
55 | 55 | $configuration[ 'wgExtensionMessagesFiles' ][ 'SimpleBatchUploadMagic' ] = __DIR__ . '/SimpleBatchUpload.magic.php'; |
@@ -145,7 +145,7 @@ discard block |
||
145 | 145 | * @param \OutputPage $out |
146 | 146 | */ |
147 | 147 | public function onMakeGlobalVariablesScript( &$vars, $out ) { |
148 | - $vars['simpleBatchUploadMaxFilesPerBatch'] = $this->getMaxFilesPerBatchConfig(); |
|
148 | + $vars[ 'simpleBatchUploadMaxFilesPerBatch' ] = $this->getMaxFilesPerBatchConfig(); |
|
149 | 149 | } |
150 | 150 | |
151 | 151 | /** |