Browse Source

Effing PSR2

ADmad 11 years ago
parent
commit
60e80e972f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/Core/InstanceConfigTrait.php

+ 2 - 1
src/Core/InstanceConfigTrait.php

@@ -108,7 +108,8 @@ trait InstanceConfigTrait
      * @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;