Completed
Push — master ( bde6a0...48fd94 )
by
unknown
13:22
created
Bundle/DemoDataBundle/Migrations/Data/Demo/ORM/LoadSalesFunnelData.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -5,20 +5,15 @@
 block discarded – undo
5 5
 use Symfony\Component\DependencyInjection\ContainerInterface;
6 6
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
7 7
 use Symfony\Component\Security\Core\SecurityContext;
8
-
9 8
 use Doctrine\Common\Collections\Criteria;
10 9
 use Doctrine\Common\DataFixtures\DependentFixtureInterface;
11 10
 use Doctrine\Common\DataFixtures\AbstractFixture;
12 11
 use Doctrine\Common\Persistence\ObjectManager;
13 12
 use Doctrine\ORM\EntityManager;
14
-
15 13
 use Oro\Bundle\WorkflowBundle\Model\WorkflowManager;
16
-use Oro\Bundle\WorkflowBundle\Entity\WorkflowItem;
17
-
18 14
 use OroCRM\Bundle\SalesBundle\Entity\Lead;
19 15
 use OroCRM\Bundle\SalesBundle\Entity\Opportunity;
20 16
 use OroCRM\Bundle\SalesBundle\Entity\SalesFunnel;
21
-
22 17
 use Oro\Bundle\SecurityBundle\Authentication\Token\UsernamePasswordOrganizationToken;
23 18
 use Oro\Bundle\OrganizationBundle\Entity\Organization;
24 19
 use Oro\Bundle\UserBundle\Entity\User;
Please login to merge, or discard this patch.
OroCRM/Bundle/ReportBundle/Tests/Functional/DataFixtures/LoadLeadsData.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -7,13 +7,10 @@  discard block
 block discarded – undo
7 7
 use Doctrine\Common\DataFixtures\OrderedFixtureInterface;
8 8
 use Doctrine\Common\Persistence\ObjectManager;
9 9
 use Doctrine\ORM\EntityManager;
10
-
11 10
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
12 11
 use Symfony\Component\DependencyInjection\ContainerInterface;
13
-
14 12
 use Oro\Bundle\AddressBundle\Entity\Country;
15 13
 use Oro\Bundle\AddressBundle\Entity\Region;
16
-use Oro\Bundle\EntityConfigBundle\Config\ConfigManager;
17 14
 use Oro\Bundle\EntityExtendBundle\Entity\AbstractEnumValue;
18 15
 use Oro\Bundle\EntityExtendBundle\Tools\ExtendHelper;
19 16
 use Oro\Bundle\OrganizationBundle\Entity\Organization;
@@ -21,7 +18,6 @@  discard block
 block discarded – undo
21 18
 use Oro\Bundle\UserBundle\Entity\User;
22 19
 use Oro\Bundle\WorkflowBundle\Entity\WorkflowItem;
23 20
 use Oro\Bundle\WorkflowBundle\Model\WorkflowManager;
24
-
25 21
 use OroCRM\Bundle\ChannelBundle\Builder\BuilderFactory;
26 22
 use OroCRM\Bundle\ChannelBundle\Entity\Channel;
27 23
 use OroCRM\Bundle\SalesBundle\Entity\Lead;
Please login to merge, or discard this patch.
Bundle/SalesBundle/Migrations/Schema/v1_23/UpdateWorkflowItemStepData.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -341,7 +341,7 @@
 block discarded – undo
341 341
     /**
342 342
      * @param LoggerInterface $logger
343 343
      * @param string $name
344
-     * @param array $exclude
344
+     * @param string[] $exclude
345 345
      * @return array
346 346
      */
347 347
     protected function getWorkflowFieldsByWorkflow(LoggerInterface $logger, $name, array $exclude)
Please login to merge, or discard this patch.