Completed
Push — 1.10 ( f87090...370553 )
by
unknown
13:18 queued 19s
created
OroCRM/Bundle/CaseBundle/Migrations/Data/Demo/ORM/LoadCaseEntityData.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -6,11 +6,8 @@
 block discarded – undo
6 6
 use Doctrine\Common\DataFixtures\AbstractFixture;
7 7
 use Doctrine\Common\Persistence\ObjectManager;
8 8
 use Doctrine\ORM\EntityManager;
9
-
10 9
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
11
-use Symfony\Component\DependencyInjection\ContainerInterface;
12 10
 use Symfony\Component\DependencyInjection\ContainerAwareTrait;
13
-
14 11
 use OroCRM\Bundle\CaseBundle\Entity\CaseComment;
15 12
 use OroCRM\Bundle\CaseBundle\Entity\CaseEntity;
16 13
 use Oro\Bundle\OrganizationBundle\Entity\Organization;
Please login to merge, or discard this patch.
OroCRM/Bundle/DemoDataBundle/Migrations/Data/Demo/ORM/LoadMagentoData.php 2 patches
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -5,17 +5,13 @@
 block discarded – undo
5 5
 use Doctrine\Common\DataFixtures\AbstractFixture;
6 6
 use Doctrine\Common\DataFixtures\DependentFixtureInterface;
7 7
 use Doctrine\Common\Persistence\ObjectManager;
8
-
9 8
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
10
-use Symfony\Component\DependencyInjection\ContainerInterface;
11 9
 use Symfony\Component\DependencyInjection\ContainerAwareTrait;
12
-
13 10
 use Oro\Bundle\AddressBundle\Entity\Country;
14 11
 use Oro\Bundle\AddressBundle\Entity\Region;
15 12
 use Oro\Bundle\IntegrationBundle\Entity\Channel as Integration;
16 13
 use Oro\Bundle\OrganizationBundle\Entity\Organization;
17 14
 use Oro\Bundle\UserBundle\Entity\User;
18
-
19 15
 use OroCRM\Bundle\AnalyticsBundle\Entity\RFMMetricCategory;
20 16
 use OroCRM\Bundle\ChannelBundle\Builder\BuilderFactory;
21 17
 use OroCRM\Bundle\ChannelBundle\Entity\Channel;
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -307,13 +307,12 @@  discard block
 block discarded – undo
307 307
     /**
308 308
      * @param ObjectManager $om
309 309
      * @param Store         $store
310
-     * @param Integration   $integration
311 310
      * @param Customer      $customer
312 311
      * @param string        $status
313 312
      * @param Cart          $cart
314 313
      * @param string        $paymentMethod
315 314
      * @param string        $paymentMethodDetails
316
-     * @param mixed         $origin
315
+     * @param integer         $origin
317 316
      *
318 317
      * @return Order
319 318
      */
@@ -529,7 +528,6 @@  discard block
 block discarded – undo
529 528
 
530 529
     /**
531 530
      * @param ObjectManager $om
532
-     * @param Website       $website
533 531
      * @param Store         $store
534 532
      * @param CustomerGroup $group
535 533
      * @param Channel       $channel
Please login to merge, or discard this patch.
src/OroCRM/Bundle/CampaignBundle/Transport/EmailTransport.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 Symfony\Component\Validator\Constraint;
6 6
 use Symfony\Component\Validator\ConstraintValidator;
7
-
8 7
 use OroCRM\Bundle\TaskBundle\Validator\Constraints\DueDateRequired;
9 8
 use OroCRM\Bundle\TaskBundle\Entity\Task;
10 9
 
Please login to merge, or discard this patch.
src/Oro/CRMTaskBundle/Migrations/Data/Demo/ORM/LoadTaskData.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 OroCRM\Bundle\TestFrameworkBundle\Tests\Performance;
4 4
 
5 5
 use Symfony\Bundle\FrameworkBundle\Console\Application;
6
-
7 6
 use Symfony\Component\HttpKernel\Kernel;
8 7
 use Symfony\Component\DependencyInjection\Container;
9
-
10 8
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
11 9
 
12 10
 class LoadTest extends WebTestCase
Please login to merge, or discard this patch.
Bundle/SalesBundle/Migrations/Schema/v1_23/UpdateWorkflowItemStepData.php 2 patches
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,8 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\TestFrameworkBundle\Tests\Performance;
4 4
 
5 5
 use Symfony\Bundle\FrameworkBundle\Console\Application;
6
-
7 6
 use Symfony\Component\HttpKernel\Kernel;
8 7
 use Symfony\Component\DependencyInjection\Container;
9
-
10 8
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
11 9
 
12 10
 class LoadTest extends WebTestCase
Please login to merge, or discard this 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.
ChannelBundle/Tests/Unit/Form/Extension/IntegrationTypeExtensionTest.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 OroCRM\Bundle\TestFrameworkBundle\Tests\Performance;
4 4
 
5 5
 use Symfony\Bundle\FrameworkBundle\Console\Application;
6
-
7 6
 use Symfony\Component\HttpKernel\Kernel;
8 7
 use Symfony\Component\DependencyInjection\Container;
9
-
10 8
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
11 9
 
12 10
 class LoadTest extends WebTestCase
Please login to merge, or discard this patch.
Tests/Unit/Validator/ChannelIntegrationConstraintValidatorTest.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 Symfony\Component\Validator\Constraint;
6 6
 use Symfony\Component\Validator\ConstraintValidator;
7
-
8 7
 use OroCRM\Bundle\TaskBundle\Validator\Constraints\DueDateRequired;
9 8
 use OroCRM\Bundle\TaskBundle\Entity\Task;
10 9
 
Please login to merge, or discard this patch.
Tests/Functional/ImportExport/Writer/CustomerAddressExportWriterTest.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 Symfony\Component\Validator\Constraint;
6 6
 use Symfony\Component\Validator\ConstraintValidator;
7
-
8 7
 use OroCRM\Bundle\TaskBundle\Validator\Constraints\DueDateRequired;
9 8
 use OroCRM\Bundle\TaskBundle\Entity\Task;
10 9
 
Please login to merge, or discard this patch.
Tests/Functional/ImportExport/Writer/CustomerExportWriterTest.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 Symfony\Component\Validator\Constraint;
6 6
 use Symfony\Component\Validator\ConstraintValidator;
7
-
8 7
 use OroCRM\Bundle\TaskBundle\Validator\Constraints\DueDateRequired;
9 8
 use OroCRM\Bundle\TaskBundle\Entity\Task;
10 9
 
Please login to merge, or discard this patch.