Completed
Pull Request — master (#93)
by Janis
14:36
created
lib/Settings/Admin.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -32,12 +32,12 @@
 block discarded – undo
32 32
 	 * @return TemplateResponse
33 33
 	 */
34 34
 	public function getForm() {
35
-		return new TemplateResponse( 'ocr', 'settings-admin', [ 
36
-				OcrConstants::LANGUAGES_CONFIG_KEY => $this->config->getAppValue ( 'ocr', OcrConstants::LANGUAGES_CONFIG_KEY), 
37
-				OcrConstants::REDIS_CONFIG_KEY_HOST => $this->config->getAppValue ( 'ocr', OcrConstants::REDIS_CONFIG_KEY_HOST),
35
+		return new TemplateResponse('ocr', 'settings-admin', [ 
36
+				OcrConstants::LANGUAGES_CONFIG_KEY => $this->config->getAppValue('ocr', OcrConstants::LANGUAGES_CONFIG_KEY), 
37
+				OcrConstants::REDIS_CONFIG_KEY_HOST => $this->config->getAppValue('ocr', OcrConstants::REDIS_CONFIG_KEY_HOST),
38 38
 				OcrConstants::REDIS_CONFIG_KEY_PORT => $this->config->getAppValue('ocr', OcrConstants::REDIS_CONFIG_KEY_PORT),
39 39
 				OcrConstants::REDIS_CONFIG_KEY_DB => $this->config->getAppValue('ocr', OcrConstants::REDIS_CONFIG_KEY_DB)
40
-		], 'blank' );
40
+		], 'blank');
41 41
 	}
42 42
 	/**
43 43
 	 *
Please login to merge, or discard this patch.