Passed
Pull Request — master (#3)
by
unknown
03:07
created
Tests/Mapping/Drivers/MappingDriverChainTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use PHPUnit\Framework\TestCase;
14 14
 use Addiks\RDMBundle\Tests\Hydration\EntityExample;
15 15
 use Addiks\RDMBundle\Mapping\Annotation\Service;
16
-use ReflectionProperty;
17 16
 use Addiks\RDMBundle\Mapping\Drivers\MappingDriverChain;
18 17
 use Addiks\RDMBundle\Mapping\Drivers\MappingDriverInterface;
19 18
 use Addiks\RDMBundle\Mapping\EntityMapping;
Please login to merge, or discard this patch.
Tests/Hydration/EntityHydratorTest.php 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -13,17 +13,11 @@
 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
-use Addiks\RDMBundle\Mapping\ServiceMapping;
21 18
 use Addiks\RDMBundle\Mapping\EntityMapping;
22
-use Addiks\RDMBundle\ValueResolver\ValueResolverInterface;
23
-use Addiks\RDMBundle\Exception\FailedRDMAssertionExceptionInterface;
24 19
 use Addiks\RDMBundle\DataLoader\DataLoaderInterface;
25 20
 use Doctrine\ORM\EntityManagerInterface;
26
-use Addiks\RDMBundle\Mapping\EntityMappingInterface;
27 21
 use Addiks\RDMBundle\Mapping\MappingInterface;
28 22
 use Addiks\RDMBundle\Hydration\HydrationContextInterface;
29 23
 use Symfony\Component\DependencyInjection\ContainerInterface;
Please login to merge, or discard this patch.
Tests/Mapping/Drivers/CachedMappingDriverTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -20,9 +20,7 @@
 block discarded – undo
20 20
 use Addiks\RDMBundle\Tests\Hydration\ServiceExample;
21 21
 use Addiks\RDMBundle\Tests\ValueObjectExample;
22 22
 use Symfony\Component\DependencyInjection\ContainerInterface;
23
-use Addiks\RDMBundle\Mapping\EntityMappingInterface;
24 23
 use Addiks\RDMBundle\Mapping\ServiceMapping;
25
-use Addiks\RDMBundle\Hydration\HydrationContext;
26 24
 use Addiks\RDMBundle\Hydration\HydrationContextInterface;
27 25
 
28 26
 final class CachedMappingDriverTest extends TestCase
Please login to merge, or discard this patch.
DataLoader/SimpleSelectDataLoader.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 use PDO;
27 27
 use Addiks\RDMBundle\Mapping\MappingInterface;
28 28
 use Addiks\RDMBundle\Hydration\HydrationContext;
29
-use Webmozart\Assert\Assert;
30 29
 use ErrorException;
31 30
 
32 31
 /**
Please login to merge, or discard this patch.