Passed
Push — master ( 4a5ade...edff29 )
by Guido
20:51
created
src/Controllers/Doc.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Gvera\Controllers;
3 3
 
4
-use Gvera\Helpers\dependencyInjection\DIContainer;
5 4
 use Gvera\Helpers\http\JSONResponse;
6 5
 use Gvera\Helpers\http\Response;
7 6
 use Throwable;
Please login to merge, or discard this patch.
src/Helpers/entities/GvEntityManager.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
 use Doctrine\Common\Cache\ApcCache;
5 5
 use Doctrine\Common\Cache\ArrayCache;
6 6
 use Doctrine\Common\EventManager;
7
-use Doctrine\Common\Cache\RedisCache;
8
-use Doctrine\DBAL\DBALException;
9 7
 use Doctrine\DBAL\DriverManager;
10 8
 use Doctrine\DBAL\Exception;
11 9
 use Doctrine\ORM\Configuration;
Please login to merge, or discard this patch.
src/Validations/Examples.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 block discarded – undo
3 3
 namespace Gvera\Validations;
4 4
 
5 5
 use Gvera\Exceptions\EmptyValidationStrategiesException;
6
-use Gvera\Exceptions\InvalidValidationMethodException;
7 6
 use Gvera\Helpers\validation\IsNotEmptyValidationStrategy;
8
-use Gvera\Helpers\validation\ValidationService;
9 7
 
10 8
 class Examples extends ControllerValidationAbstract
11 9
 {
Please login to merge, or discard this patch.