Update ArrayConfig.php

I think that the sing ";" show error
This commit is contained in:
Cristian Martínez 2014-03-12 01:01:44 -05:00
parent 57e1896408
commit 7734687188

View File

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