Passed
Pull Request — master (#16)
by
unknown
02:39
created
src/SimpleBatchUpload.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
145 145
 	 * @param \OutputPage $out
146 146
 	 */
147 147
 	public function onMakeGlobalVariablesScript( &$vars, $out ) {
148
-		$vars['simpleBatchUploadMaxFilesPerBatch'] = $this->getMaxFilesPerBatch();
148
+		$vars[ 'simpleBatchUploadMaxFilesPerBatch' ] = $this->getMaxFilesPerBatch();
149 149
 	}
150 150
 
151 151
 	/**
Please login to merge, or discard this patch.