Completed
Pull Request — master (#20)
by Alexander
08:10
created
src/config/Config.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,8 @@
 block discarded – undo
71 71
 				return $this->getWhitespace($key);
72 72
 			}
73 73
 			return $val;
74
-		} else if ($context !== 'default') { // workaround?
74
+		} else if ($context !== 'default') {
75
+// workaround?
75 76
 			return $this->getWhitespace($key);
76 77
 		}
77 78
 		return false;
Please login to merge, or discard this patch.