Completed
Pull Request — develop (#575)
by
unknown
102:40 queued 37:52
created
src/Graviton/ApiBundle/Service/ApiService.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,6 @@
 block discarded – undo
11 11
 
12 12
 use Graviton\ApiBundle\Manager\DatabaseManager;
13 13
 use Graviton\ExceptionBundle\Exception\NotFoundException;
14
-use Graviton\JsonSchemaBundle\Validator\InvalidJsonException;
15
-use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException;
16 14
 use Symfony\Component\HttpFoundation\RequestStack;
17 15
 
18 16
 class ApiService
Please login to merge, or discard this patch.
src/Graviton/ApiBundle/Service/MappingService.php 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -8,12 +8,6 @@
 block discarded – undo
8 8
 namespace Graviton\ApiBundle\Service;
9 9
 
10 10
 
11
-use Graviton\ApiBundle\Manager\DatabaseManager;
12
-use Graviton\ExceptionBundle\Exception\NotFoundException;
13
-use Graviton\JsonSchemaBundle\Validator\InvalidJsonException;
14
-use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException;
15
-use Symfony\Component\HttpFoundation\RequestStack;
16
-
17 11
 class MappingService
18 12
 {
19 13
     /**
Please login to merge, or discard this patch.
src/Graviton/ApiBundle/Service/SchemaService.php 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -8,12 +8,6 @@
 block discarded – undo
8 8
 namespace Graviton\ApiBundle\Service;
9 9
 
10 10
 
11
-use Graviton\ApiBundle\Manager\DatabaseManager;
12
-use Graviton\ExceptionBundle\Exception\NotFoundException;
13
-use Graviton\JsonSchemaBundle\Validator\InvalidJsonException;
14
-use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException;
15
-use Symfony\Component\HttpFoundation\RequestStack;
16
-
17 11
 class SchemaService
18 12
 {
19 13
     /** @var ConfigService */
Please login to merge, or discard this patch.