Completed
Push — 1.8 ( 8d6730...a2d9e7 )
by
unknown
42:28
created
Bundle/SalesBundle/Tests/Functional/Fixture/LoadSalesBundleFixtures.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,12 +4,10 @@  discard block
 block discarded – undo
4 4
 
5 5
 use Doctrine\Common\DataFixtures\AbstractFixture;
6 6
 use Doctrine\Common\Persistence\ObjectManager;
7
-
8 7
 use Oro\Bundle\AddressBundle\Entity\Address;
9 8
 use Oro\Bundle\AddressBundle\Entity\Country;
10 9
 use Oro\Bundle\UserBundle\Entity\User;
11 10
 use Oro\Bundle\OrganizationBundle\Entity\Organization;
12
-
13 11
 use OroCRM\Bundle\AccountBundle\Entity\Account;
14 12
 use OroCRM\Bundle\ContactBundle\Entity\Contact;
15 13
 use OroCRM\Bundle\ChannelBundle\Builder\BuilderFactory;
@@ -18,7 +16,6 @@  discard block
 block discarded – undo
18 16
 use OroCRM\Bundle\SalesBundle\Entity\Lead;
19 17
 use OroCRM\Bundle\SalesBundle\Entity\Opportunity;
20 18
 use OroCRM\Bundle\SalesBundle\Entity\SalesFunnel;
21
-
22 19
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
23 20
 use Symfony\Component\DependencyInjection\ContainerInterface;
24 21
 
Please login to merge, or discard this patch.
Bundle/TaskBundle/Migrations/Schema/v1_9/UpdateReminderEmailTemplates.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,9 +42,9 @@
 block discarded – undo
42 42
     /**
43 43
      * @param LoggerInterface $logger
44 44
      * @param string          $templateName
45
-     * @param string|array    $dateFilterPattern
45
+     * @param string    $dateFilterPattern
46 46
      * @param string          $dateFilterReplacement
47
-     * @param string|array    $calendarRangePattern
47
+     * @param string[]    $calendarRangePattern
48 48
      * @param string          $calendarRangeReplacement
49 49
      *
50 50
      * @throws ConnectionException
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\TaskBundle\Migrations\Schema\v1_9;
4 4
 
5 5
 use Doctrine\DBAL\ConnectionException;
6
-
7 6
 use Psr\Log\LoggerInterface;
8
-
9 7
 use Oro\Bundle\MigrationBundle\Migration\ParametrizedMigrationQuery;
10 8
 
11 9
 class UpdateReminderEmailTemplates extends ParametrizedMigrationQuery
Please login to merge, or discard this patch.
src/OroCRM/Bundle/TaskBundle/Provider/TaskActivityListProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use Oro\Bundle\CommentBundle\Tools\CommentAssociationHelper;
11 11
 use Oro\Bundle\EntityBundle\ORM\DoctrineHelper;
12 12
 use Oro\Bundle\EntityConfigBundle\DependencyInjection\Utils\ServiceLink;
13
-
14 13
 use OroCRM\Bundle\TaskBundle\Entity\Task;
15 14
 
16 15
 class TaskActivityListProvider implements ActivityListProviderInterface, CommentProviderInterface
Please login to merge, or discard this patch.