Passed
Push — master ( fb5d1b...659ea6 )
by Morris
37:03 queued 24:31
created
lib/private/Config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
 	 * @return mixed the value or $default
91 91
 	 */
92 92
 	public function getValue($key, $default = null) {
93
-		$envKey = self::ENV_PREFIX . $key;
93
+		$envKey = self::ENV_PREFIX.$key;
94 94
 		if (isset($this->envCache[$envKey])) {
95 95
 			return $this->envCache[$envKey];
96 96
 		}
Please login to merge, or discard this patch.