Skip to content

Commit

Permalink
Merge pull request #946 from BenMorel/unused-imports
Browse files Browse the repository at this point in the history
Cleaned up unused imports
  • Loading branch information
Ocramius committed Feb 9, 2014
2 parents 6cd0861 + 412e4ab commit c4b1d4f
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions lib/Doctrine/ORM/Event/LoadClassMetadataEventArgs.php
Expand Up @@ -19,9 +19,6 @@

namespace Doctrine\ORM\Event;

use Doctrine\Common\EventArgs;
use Doctrine\ORM\Mapping\ClassMetadataInfo;
use Doctrine\ORM\EntityManager;
use Doctrine\Common\Persistence\Event\LoadClassMetadataEventArgs as BaseLoadClassMetadataEventArgs;

/**
Expand Down
1 change: 0 additions & 1 deletion lib/Doctrine/ORM/Proxy/ProxyFactory.php
Expand Up @@ -25,7 +25,6 @@
use Doctrine\Common\Util\ClassUtils;
use Doctrine\Common\Proxy\Proxy as BaseProxy;
use Doctrine\Common\Proxy\ProxyGenerator;
use Doctrine\ORM\ORMInvalidArgumentException;
use Doctrine\ORM\Persisters\EntityPersister;
use Doctrine\ORM\EntityManager;
use Doctrine\ORM\EntityNotFoundException;
Expand Down
1 change: 0 additions & 1 deletion lib/Doctrine/ORM/Query/QueryExpressionVisitor.php
Expand Up @@ -26,7 +26,6 @@
use Doctrine\Common\Collections\Expr\CompositeExpression;
use Doctrine\Common\Collections\Expr\Value;

use Doctrine\ORM\QueryBuilder;
use Doctrine\ORM\Query\Parameter;

/**
Expand Down
Expand Up @@ -19,7 +19,6 @@

namespace Doctrine\ORM\Tools\Console\Command\SchemaTool;

use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
Expand Down
Expand Up @@ -19,7 +19,6 @@

namespace Doctrine\ORM\Tools\Console\Command\SchemaTool;

use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
Expand Down
Expand Up @@ -19,7 +19,6 @@

namespace Doctrine\ORM\Tools\Console\Command\SchemaTool;

use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
Expand Down
Expand Up @@ -16,7 +16,6 @@
use Doctrine\ORM\Query\SqlWalker;
use Doctrine\ORM\Query\AST\SelectStatement;
use Doctrine\DBAL\Platforms\PostgreSqlPlatform;
use Doctrine\DBAL\Platforms\OraclePlatform;

/**
* Wraps the query in order to select root entity IDs for pagination.
Expand Down
1 change: 0 additions & 1 deletion lib/Doctrine/ORM/Tools/SchemaTool.php
Expand Up @@ -28,7 +28,6 @@
use Doctrine\DBAL\Schema\Visitor\RemoveNamespacedAssets;
use Doctrine\ORM\EntityManagerInterface;
use Doctrine\ORM\Mapping\ClassMetadata;
use Doctrine\ORM\Internal\CommitOrderCalculator;
use Doctrine\ORM\Tools\Event\GenerateSchemaTableEventArgs;
use Doctrine\ORM\Tools\Event\GenerateSchemaEventArgs;

Expand Down

0 comments on commit c4b1d4f

Please sign in to comment.