From 773468718878408b779e2380433bcefbb9063211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Mart=C3=ADnez?= Date: Wed, 12 Mar 2014 01:01:44 -0500 Subject: [PATCH] Update ArrayConfig.php I think that the sing ";" show error --- DependencyInjection/ArrayConfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DependencyInjection/ArrayConfig.php b/DependencyInjection/ArrayConfig.php index 30e27e514..e2dcc5e42 100644 --- a/DependencyInjection/ArrayConfig.php +++ b/DependencyInjection/ArrayConfig.php @@ -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]; }