Skip to content

Commit

Permalink
Merge pull request #462 from PHP-DI/analysis-z4b0Bw
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
mnapoli committed Mar 20, 2017
2 parents b62f06c + 49133c5 commit 2916f88
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/DI/ContainerBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
use DI\Definition\Source\SourceChain;
use DI\Proxy\ProxyFactory;
use Doctrine\Common\Cache\Cache;
use Psr\Container\ContainerInterface;
use InvalidArgumentException;
use Psr\Container\ContainerInterface;

/**
* Helper to create and configure a Container.
Expand Down
2 changes: 1 addition & 1 deletion src/DI/Definition/Resolver/FactoryResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
use DI\Definition\FactoryDefinition;
use DI\Definition\Helper\DefinitionHelper;
use DI\Invoker\FactoryParameterResolver;
use Psr\Container\ContainerInterface;
use Invoker\Exception\NotCallableException;
use Invoker\Exception\NotEnoughParametersException;
use Invoker\Invoker;
use Invoker\ParameterResolver\AssociativeArrayResolver;
use Invoker\ParameterResolver\NumericArrayResolver;
use Invoker\ParameterResolver\ResolverChain;
use Psr\Container\ContainerInterface;

/**
* Resolves a factory definition to a value.
Expand Down
2 changes: 1 addition & 1 deletion src/DI/Definition/Resolver/ObjectCreator.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
use DI\DependencyException;
use DI\Proxy\ProxyFactory;
use Exception;
use Psr\Container\NotFoundExceptionInterface;
use ProxyManager\Proxy\LazyLoadingInterface;
use Psr\Container\NotFoundExceptionInterface;
use ReflectionClass;
use ReflectionProperty;

Expand Down
2 changes: 1 addition & 1 deletion src/DI/Invoker/FactoryParameterResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace DI\Invoker;

use Psr\Container\ContainerInterface;
use Invoker\ParameterResolver\ParameterResolver;
use Psr\Container\ContainerInterface;
use ReflectionFunctionAbstract;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
use DI\Definition\Resolver\DefinitionResolver;
use DI\Definition\ValueDefinition;
use EasyMock\EasyMock;
use Psr\Container\ContainerInterface;
use PHPUnit_Framework_MockObject_MockObject;
use Psr\Container\ContainerInterface;

/**
* @covers \DI\Definition\Resolver\DecoratorResolver
Expand Down

0 comments on commit 2916f88

Please sign in to comment.