Skip to content

Commit

Permalink
Scrutinizer Auto-Fixes
Browse files Browse the repository at this point in the history
This patch was automatically generated as part of the following inspection:
https://scrutinizer-ci.com/g/zeeke/php-ioc/inspections/62375644-f576-4c7a-8e47-e8750c573d88

Enabled analysis tools:
 - PHP Analyzer
 - PHP Copy/Paste Detector
 - PHP PDepend
  • Loading branch information
scrutinizer-auto-fixer committed Jan 21, 2014
1 parent c2ee51a commit e05994d
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 e05994d

Please sign in to comment.