From 60e80e972f882268b1ead46994fa252e732da97c Mon Sep 17 00:00:00 2001 From: ADmad Date: Mon, 12 Jan 2015 09:58:13 +0530 Subject: [PATCH] Effing PSR2 --- src/Core/InstanceConfigTrait.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Core/InstanceConfigTrait.php b/src/Core/InstanceConfigTrait.php index 51f99360ccb..7497da98fef 100644 --- a/src/Core/InstanceConfigTrait.php +++ b/src/Core/InstanceConfigTrait.php @@ -108,7 +108,8 @@ public function config($key = null, $value = null, $merge = true) * @param mixed|null $value The value to set. * @return $this The object itself. */ - public function configShallow($key, $value = null) { + public function configShallow($key, $value = null) + { if (!$this->_configInitialized) { $this->_config = $this->_defaultConfig; $this->_configInitialized = true;