Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c98f911

Browse files
committed
Remove unused use
1 parent 9445502 commit c98f911

4 files changed

Lines changed: 0 additions & 6 deletions

File tree

lib/Doctrine/ORM/Id/AssignedGenerator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
namespace Doctrine\ORM\Id;
2121

2222
use Doctrine\ORM\EntityManager;
23-
use Doctrine\ORM\Mapping\ClassMetadata;
2423
use Doctrine\ORM\ORMException;
2524

2625
/**

lib/Doctrine/ORM/Internal/Hydration/ScalarHydrator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919

2020
namespace Doctrine\ORM\Internal\Hydration;
2121

22-
use Doctrine\DBAL\Connection;
23-
2422
/**
2523
* Hydrator that produces flat, rectangular results of scalar data.
2624
* The created result is almost the same as a regular SQL result set, except

lib/Doctrine/ORM/Query/AST/Functions/DateSubFunction.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919

2020
namespace Doctrine\ORM\Query\AST\Functions;
2121

22-
use Doctrine\ORM\Query\Lexer;
2322
use Doctrine\ORM\Query\SqlWalker;
24-
use Doctrine\ORM\Query\Parser;
2523
use Doctrine\ORM\Query\QueryException;
2624

2725
/**

lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
namespace Doctrine\ORM\Tools\Console\Command;
2121

2222
use Doctrine\ORM\Mapping\MappingException;
23-
use Symfony\Component\Console\Input\InputOption;
2423
use Symfony\Component\Console\Input\InputInterface;
2524
use Symfony\Component\Console\Output\OutputInterface;
2625
use Symfony\Component\Console\Command\Command;

0 commit comments

Comments
 (0)