Completed
Push — master ( 584969...3f5763 )
by
unknown
11:30
created
Bundle/MarketingListBundle/Datagrid/Extension/MarketingListExtension.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.
src/OroCRM/Bundle/ContactBundle/Entity/Contact.php 2 patches
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1004,7 +1004,7 @@  discard block
 block discarded – undo
1004 1004
      *
1005 1005
      * This method could not be named setEmails because of bug CRM-253.
1006 1006
      *
1007
-     * @param Collection|ContactEmail[] $emails
1007
+     * @param ContactEmail[] $emails
1008 1008
      *
1009 1009
      * @return Contact
1010 1010
      */
@@ -1055,7 +1055,7 @@  discard block
 block discarded – undo
1055 1055
     /**
1056 1056
      * Get emails
1057 1057
      *
1058
-     * @return Collection|ContactEmail[]
1058
+     * @return Collection
1059 1059
      */
1060 1060
     public function getEmails()
1061 1061
     {
@@ -1126,7 +1126,7 @@  discard block
 block discarded – undo
1126 1126
      *
1127 1127
      * This method could not be named setPhones because of bug CRM-253.
1128 1128
      *
1129
-     * @param Collection|ContactPhone[] $phones
1129
+     * @param ContactPhone[] $phones
1130 1130
      *
1131 1131
      * @return Contact
1132 1132
      */
@@ -1177,7 +1177,7 @@  discard block
 block discarded – undo
1177 1177
     /**
1178 1178
      * Get phones
1179 1179
      *
1180
-     * @return Collection|ContactPhone[]
1180
+     * @return Collection
1181 1181
      */
1182 1182
     public function getPhones()
1183 1183
     {
@@ -1375,7 +1375,7 @@  discard block
 block discarded – undo
1375 1375
     /**
1376 1376
      * Gets the groups related to contact
1377 1377
      *
1378
-     * @return Group[]|Collection
1378
+     * @return Collection
1379 1379
      */
1380 1380
     public function getGroups()
1381 1381
     {
@@ -1417,7 +1417,7 @@  discard block
 block discarded – undo
1417 1417
     /**
1418 1418
      * Get accounts collection
1419 1419
      *
1420
-     * @return Collection|Account[]
1420
+     * @return Collection
1421 1421
      */
1422 1422
     public function getAccounts()
1423 1423
     {
Please login to merge, or discard this patch.
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,15 +4,12 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\Common\Collections\ArrayCollection;
6 6
 use Doctrine\ORM\EntityRepository;
7
-
8 7
 use Doctrine\Common\DataFixtures\AbstractFixture;
9 8
 use Doctrine\Common\Persistence\ObjectManager;
10
-
11 9
 use Oro\Bundle\OrganizationBundle\Entity\BusinessUnit;
12 10
 use Oro\Bundle\OrganizationBundle\Entity\Organization;
13 11
 use Symfony\Component\DependencyInjection\ContainerInterface;
14 12
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
15
-
16 13
 use Oro\Bundle\UserBundle\Entity\UserManager;
17 14
 use Oro\Bundle\UserBundle\Entity\User;
18 15
 
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/EventListener/CustomerDataGridListener.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.
MagentoBundle/Tests/Unit/DependencyInjection/OroCRMMagentoExtensionTest.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.
MagentoBundle/Tests/Unit/Model/Action/AutomaticDiscoveryActionTest.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/Provider/Iterator/NewsletterSubscriberBridgeIteratorTest.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 OroCRM\Bundle\MagentoBundle\Provider\Iterator\NewsletterSubscriberBridgeIterator;
6 6
 use OroCRM\Bundle\MagentoBundle\Provider\Iterator\UpdatedLoaderInterface;
7
-use OroCRM\Bundle\MagentoBundle\Provider\Transport\MagentoTransportInterface;
8 7
 
9 8
 class NewsletterSubscriberBridgeIteratorTest extends BaseIteratorTestCase
10 9
 {
Please login to merge, or discard this patch.
MagentoBundle/Tests/Unit/Provider/Iterator/OrderBridgeIteratorTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@
 block discarded – undo
16 16
     }
17 17
 
18 18
     /**
19
-     * @param array $orderArray
20
-     * @param array $stores
19
+     * @param string $orderArray
20
+     * @param string $stores
21 21
      *
22 22
      * @dataProvider dataProvider
23 23
      */
Please login to merge, or discard this patch.
src/OroCRM/Bundle/AnalyticsBundle/Builder/RFMBuilder.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.
Bundle/AnalyticsBundle/Tests/Functional/DataFixtures/LoadOrderData.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -114,9 +114,9 @@
 block discarded – undo
114 114
     }
115 115
 
116 116
     /**
117
-     * @param object $entity
117
+     * @param Order $entity
118 118
      * @param array $data
119
-     * @param array $excludeProperties
119
+     * @param string[] $excludeProperties
120 120
      */
121 121
     public function setEntityPropertyValues($entity, array $data, array $excludeProperties = [])
122 122
     {
Please login to merge, or discard this 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.