Completed
Pull Request — master (#462)
by Julius
01:48
created
lib/Service/ConfigService.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -244,12 +244,12 @@
 block discarded – undo
244 244
 	}
245 245
 
246 246
 		/**
247
-	 * Get a value by key
248
-	 *
249
-	 * @param string $key
250
-	 *
251
-	 * @return string
252
-	 */
247
+		 * Get a value by key
248
+		 *
249
+		 * @param string $key
250
+		 *
251
+		 * @return string
252
+		 */
253 253
 	public function getSystemValue($key) {
254 254
 		$defaultValue = null;
255 255
 
Please login to merge, or discard this patch.