Completed
Push — master ( a08ae3...11784d )
by Guido
03:58
created
src/Models/User.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,5 @@
 block discarded – undo
1 1
 <?php namespace Gvera\Models;
2 2
 
3
-use Gvera\Services\UserService;
4
-
5 3
 /**
6 4
  * @Entity
7 5
  * @Table(name="users")
Please login to merge, or discard this patch.
src/Validations/Examples.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Gvera\Exceptions\EmptyValidationStrategiesException;
6 6
 use Gvera\Exceptions\InvalidValidationMethodException;
7 7
 use Gvera\Helpers\validation\IsNotEmptyValidationStrategy;
8
-use Gvera\Helpers\validation\ValidationService;
9 8
 
10 9
 class Examples extends ControllerValidationAbstract
11 10
 {
Please login to merge, or discard this patch.
src/Helpers/entities/GvEntityManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +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 7
 use Doctrine\DBAL\DBALException;
9 8
 use Doctrine\DBAL\DriverManager;
10 9
 use Doctrine\ORM\Configuration;
Please login to merge, or discard this patch.