Merge pull request #70 from cmartinez92/patch-1

Update ArrayConfig.php
This commit is contained in:
Dominik Liebler 2014-03-12 08:59:14 +01:00
commit b0b0d4a1a4

View File

@ -16,7 +16,7 @@ class ArrayConfig extends AbstractConfig implements Parameters
* *
* @return mixed * @return mixed
*/ */
public function get($key, $default = null) {; public function get($key, $default = null) {
if (isset($this->storage[$key])) { if (isset($this->storage[$key])) {
return $this->storage[$key]; return $this->storage[$key];
} }