Skip to content

Commit

Permalink
Effing PSR2
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jan 12, 2015
1 parent 0f4565e commit 60e80e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Core/InstanceConfigTrait.php
Expand Up @@ -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;
Expand Down

0 comments on commit 60e80e9

Please sign in to comment.