Skip to content

Commit

Permalink
Merge e05994d into c2ee51a
Browse files Browse the repository at this point in the history
  • Loading branch information
scrutinizer-auto-fixer committed Jan 21, 2014
2 parents c2ee51a + e05994d commit 41d1802
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/laborra/ioc/ConfigurationBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ public function property ($propName, $value)
return $this;
}

/**
* @param string $sectionName
*/
private function initSection ($sectionName)
{
if (isset($this->config[$sectionName])) {
Expand Down
2 changes: 0 additions & 2 deletions src/laborra/ioc/ContextFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
namespace laborra\ioc;

use laborra\ioc\beanbuilders\BeanBuilder;
use laborra\ioc\beanbuilders\BeanBuilderProxy;
use laborra\ioc\beanbuilders\DefaultReplacer;
use laborra\ioc\beanbuilders\IBeanBuilder;
use laborra\ioc\beanbuilders\ParamResolver;
use laborra\ioc\beanbuilders\ReferenceReplacer;
use laborra\ioc\beanbuilders\SyntaxChecker;
Expand Down

0 comments on commit 41d1802

Please sign in to comment.