Completed
Pull Request — develop (#189)
by Serhii
04:07 queued 02:03
created
src/Admin/GalleryHasMediaAdmin.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -5,9 +5,6 @@
 block discarded – undo
5 5
 use Sonata\AdminBundle\Form\FormMapper;
6 6
 use Sonata\AdminBundle\Form\Type\ModelListType;
7 7
 use Sonata\MediaBundle\Admin\GalleryHasMediaAdmin as BaseGalleryHasMediaAdmin;
8
-use Symfony\Component\Form\Extension\Core\Type\CheckboxType;
9
-use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
10
-use Symfony\Component\Form\Extension\Core\Type\TextType;
11 8
 
12 9
 class GalleryHasMediaAdmin extends BaseGalleryHasMediaAdmin
13 10
 {
Please login to merge, or discard this patch.
src/EventListener/AddSeasonSubscriber.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use App\Entity\PerformanceEvent;
6 6
 use App\Entity\RepertoireSeason;
7
-use App\Repository\RepertoireSeasonRepository;
8 7
 use Doctrine\Common\EventSubscriber;
9 8
 use Doctrine\ORM\Event\OnFlushEventArgs;
10 9
 use Doctrine\ORM\Events;
Please login to merge, or discard this patch.
tests/Functional/EventListener/BlameableEntitiesTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Doctrine\ORM\EntityManagerInterface;
8 8
 use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
9 9
 use Symfony\Component\HttpFoundation\Request;
10
-use Symfony\Component\HttpKernel\Event\GetResponseEvent;
11 10
 use Symfony\Component\HttpKernel\Event\RequestEvent;
12 11
 use Symfony\Component\HttpKernel\HttpKernelInterface;
13 12
 use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
Please login to merge, or discard this patch.
src/Migrations/Version20210504152021.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use App\Entity\Translations\EmployeeGroupTranslation;
12 12
 use Doctrine\DBAL\Schema\Schema;
13 13
 use Doctrine\Migrations\AbstractMigration;
14
-use Sonata\TranslationBundle\Model\Gedmo\AbstractPersonalTranslation;
15 14
 use Symfony\Component\Yaml\Yaml;
16 15
 
17 16
 /**
Please login to merge, or discard this patch.