Completed
Push — 1.8 ( b7094f...f1162e )
by
unknown
83:38 queued 61:44
created
Oro/Bundle/CalendarBundle/Form/DataTransformer/EventsToUsersTransformer.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,10 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Symfony\Component\Form\DataTransformerInterface;
6 6
 use Symfony\Component\Form\Exception\TransformationFailedException;
7
-
8 7
 use Doctrine\Common\Collections\ArrayCollection;
9 8
 use Doctrine\Common\Persistence\ManagerRegistry;
10
-
11 9
 use Oro\Bundle\SecurityBundle\SecurityFacade;
12 10
 use Oro\Bundle\UserBundle\Entity\User;
13 11
 use Oro\Bundle\CalendarBundle\Entity\CalendarEvent;
Please login to merge, or discard this patch.
src/Oro/Bundle/CalendarBundle/Form/Handler/CalendarEventApiHandler.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,10 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Symfony\Component\Form\FormInterface;
6 6
 use Symfony\Component\HttpFoundation\Request;
7
-
8 7
 use Doctrine\Common\Persistence\ObjectManager;
9 8
 use Doctrine\Common\Collections\ArrayCollection;
10
-
11 9
 use Oro\Bundle\CalendarBundle\Entity\CalendarEvent;
12 10
 use Oro\Bundle\CalendarBundle\Model\Email\EmailSendProcessor;
13 11
 
Please login to merge, or discard this patch.
src/Oro/Bundle/CalendarBundle/Form/Handler/CalendarEventHandler.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,10 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\Common\Collections\ArrayCollection;
6 6
 use Doctrine\Common\Persistence\ObjectManager;
7
-
8 7
 use Symfony\Component\Form\FormInterface;
9 8
 use Symfony\Component\HttpFoundation\Request;
10
-
11 9
 use Oro\Bundle\ActivityBundle\Manager\ActivityManager;
12 10
 use Oro\Bundle\EntityBundle\Tools\EntityRoutingHelper;
13 11
 use Oro\Bundle\CalendarBundle\Entity\CalendarEvent;
Please login to merge, or discard this patch.
src/Oro/Bundle/CalendarBundle/Form/Handler/SystemCalendarEventHandler.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,8 @@
 block discarded – undo
3 3
 namespace Oro\Bundle\CalendarBundle\Form\Handler;
4 4
 
5 5
 use Doctrine\Common\Persistence\ObjectManager;
6
-
7 6
 use Symfony\Component\Form\FormInterface;
8 7
 use Symfony\Component\HttpFoundation\Request;
9
-
10 8
 use Oro\Bundle\CalendarBundle\Entity\CalendarEvent;
11 9
 
12 10
 class SystemCalendarEventHandler
Please login to merge, or discard this patch.
src/Oro/Bundle/CalendarBundle/Form/Handler/SystemCalendarHandler.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,8 @@
 block discarded – undo
3 3
 namespace Oro\Bundle\CalendarBundle\Form\Handler;
4 4
 
5 5
 use Doctrine\Common\Persistence\ObjectManager;
6
-
7 6
 use Symfony\Component\Form\FormInterface;
8 7
 use Symfony\Component\HttpFoundation\Request;
9
-
10 8
 use Oro\Bundle\CalendarBundle\Entity\SystemCalendar;
11 9
 
12 10
 class SystemCalendarHandler
Please login to merge, or discard this patch.
src/Oro/Bundle/CalendarBundle/Form/Type/CalendarChoiceType.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use Symfony\Component\OptionsResolver\Options;
10 10
 use Symfony\Component\OptionsResolver\OptionsResolverInterface;
11 11
 use Symfony\Component\Translation\TranslatorInterface;
12
-
13 12
 use Oro\Bundle\CalendarBundle\Entity\Calendar;
14 13
 use Oro\Bundle\CalendarBundle\Entity\CalendarEvent;
15 14
 use Oro\Bundle\CalendarBundle\Entity\SystemCalendar;
Please login to merge, or discard this patch.
src/Oro/Bundle/CalendarBundle/Form/Type/CalendarEventInviteesType.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,9 +7,7 @@
 block discarded – undo
7 7
 use Symfony\Component\Form\FormInterface;
8 8
 use Symfony\Component\Form\FormView;
9 9
 use Symfony\Component\OptionsResolver\OptionsResolverInterface;
10
-
11 10
 use Oro\Bundle\FormBundle\Autocomplete\ConverterInterface;
12
-
13 11
 use Oro\Bundle\CalendarBundle\Form\DataTransformer\EventsToUsersTransformer;
14 12
 
15 13
 class CalendarEventInviteesType extends AbstractType
Please login to merge, or discard this patch.
src/Oro/Bundle/CalendarBundle/Form/Type/CalendarEventType.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 Symfony\Component\Form\FormEvent;
8 8
 use Symfony\Component\Form\FormEvents;
9 9
 use Symfony\Component\OptionsResolver\OptionsResolverInterface;
10
-
11 10
 use Oro\Bundle\CalendarBundle\Entity\CalendarEvent;
12 11
 
13 12
 class CalendarEventType extends AbstractType
Please login to merge, or discard this patch.
src/Oro/Bundle/CalendarBundle/Migrations/Schema/v1_3/OroCalendarBundle.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Doctrine\DBAL\Schema\Schema;
7 7
 use Doctrine\DBAL\Schema\Table;
8 8
 use Doctrine\DBAL\Types\Type;
9
-
10 9
 use Oro\Bundle\ActivityBundle\Migration\Extension\ActivityExtension;
11 10
 use Oro\Bundle\EntityExtendBundle\Migration\ExtendOptionsManager;
12 11
 use Oro\Bundle\EntityExtendBundle\Migration\Extension\ExtendExtension;
Please login to merge, or discard this patch.