Completed
Pull Request — master (#6194)
by Vincent
05:04
created
src/Admin/AdminHelper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use Doctrine\Common\Collections\Collection;
17 17
 use Doctrine\Common\Util\ClassUtils;
18
-use Doctrine\Inflector\Inflector;
19 18
 use Doctrine\Inflector\InflectorFactory;
20 19
 use Doctrine\ODM\MongoDB\PersistentCollection;
21 20
 use Doctrine\ORM\PersistentCollection as DoctrinePersistentCollection;
Please login to merge, or discard this patch.
src/Admin/BaseFieldDescription.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 namespace Sonata\AdminBundle\Admin;
15 15
 
16
-use Doctrine\Inflector\Inflector;
17 16
 use Doctrine\Inflector\InflectorFactory;
18 17
 use Sonata\AdminBundle\Exception\NoValueException;
19 18
 
Please login to merge, or discard this patch.
src/Controller/CRUDController.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 Doctrine\Inflector\InflectorFactory;
17 17
 use Psr\Log\LoggerInterface;
18 18
 use Psr\Log\NullLogger;
19
-use Sonata\AdminBundle\Admin\AbstractAdmin;
20 19
 use Sonata\AdminBundle\Admin\AdminInterface;
21 20
 use Sonata\AdminBundle\Admin\FieldDescriptionCollection;
22 21
 use Sonata\AdminBundle\Datagrid\ProxyQueryInterface;
Please login to merge, or discard this patch.