Passed
Push — master ( 356755...14835f )
by Gerrit
04:25
created
Tests/Hydration/EntityHydratorTest.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -13,18 +13,13 @@
 block discarded – undo
13 13
 use PHPUnit\Framework\TestCase;
14 14
 use Addiks\RDMBundle\Hydration\EntityHydrator;
15 15
 use Addiks\RDMBundle\Mapping\Drivers\MappingDriverInterface;
16
-use Addiks\RDMBundle\Mapping\Annotation\Service;
17 16
 use Addiks\RDMBundle\Tests\Hydration\ServiceExample;
18 17
 use Addiks\RDMBundle\Tests\Hydration\EntityExample;
19
-use ErrorException;
20 18
 use Addiks\RDMBundle\Mapping\ServiceMapping;
21 19
 use Addiks\RDMBundle\Mapping\EntityMapping;
22 20
 use Addiks\RDMBundle\ValueResolver\ValueResolverInterface;
23
-use Addiks\RDMBundle\Exception\FailedRDMAssertionExceptionInterface;
24 21
 use Addiks\RDMBundle\DataLoader\DataLoaderInterface;
25 22
 use Doctrine\ORM\EntityManagerInterface;
26
-use Addiks\RDMBundle\Mapping\EntityMappingInterface;
27
-use Addiks\RDMBundle\Mapping\MappingInterface;
28 23
 use Addiks\RDMBundle\Hydration\HydrationContextInterface;
29 24
 
30 25
 final class EntityHydratorTest extends TestCase
Please login to merge, or discard this patch.
Tests/Mapping/Drivers/MappingAnnotationDriverTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 use Doctrine\DBAL\Schema\Column as DBALColumn;
24 24
 use Doctrine\DBAL\Types\Type;
25 25
 use Addiks\RDMBundle\Mapping\MappingInterface;
26
-use Addiks\RDMBundle\Mapping\Annotation\Obj;
27 26
 use Addiks\RDMBundle\Tests\ValueObjectExample;
28 27
 use Addiks\RDMBundle\Mapping\ObjectMapping;
29 28
 use Doctrine\ORM\Mapping\Column as ORMColumn;
Please login to merge, or discard this patch.
Tests/ValueResolver/ChoiceValueResolverTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Addiks\RDMBundle\Mapping\ChoiceMapping;
17 17
 use Addiks\RDMBundle\Tests\Hydration\EntityExample;
18 18
 use Addiks\RDMBundle\Mapping\ServiceMapping;
19
-use Addiks\RDMBundle\Mapping\MappingInterface;
20 19
 use Addiks\RDMBundle\Hydration\HydrationContextInterface;
21 20
 
22 21
 final class ChoiceValueResolverTest extends TestCase
Please login to merge, or discard this patch.
ValueResolver/CallDefinitionExecuter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Symfony\Component\DependencyInjection\ContainerInterface;
19 19
 use Addiks\RDMBundle\ValueResolver\ValueResolverInterface;
20 20
 use Addiks\RDMBundle\Hydration\HydrationContextInterface;
21
-use Addiks\RDMBundle\Exception\InvalidMappingException;
22 21
 
23 22
 final class CallDefinitionExecuter implements CallDefinitionExecuterInterface
24 23
 {
Please login to merge, or discard this patch.