Completed
Push — master ( 535b09...0667cb )
by
unknown
56:23
created
src/OroCRM/Bundle/SalesBundle/Entity/Lead.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1197,7 +1197,7 @@  discard block
 block discarded – undo
1197 1197
      *
1198 1198
      * This method could not be named setPhones because of bug CRM-253.
1199 1199
      *
1200
-     * @param Collection|LeadPhone[] $phones
1200
+     * @param LeadPhone[] $phones
1201 1201
      *
1202 1202
      * @return Lead
1203 1203
      */
@@ -1306,7 +1306,7 @@  discard block
 block discarded – undo
1306 1306
     /**
1307 1307
      * Set emails.
1308 1308
      **
1309
-     * @param Collection|LeadEmail[] $emails
1309
+     * @param LeadEmail[] $emails
1310 1310
      *
1311 1311
      * @return Lead
1312 1312
      */
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Model/ChangeLeadStatus.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\SalesBundle\Model;
4 4
 
5 5
 use Doctrine\ORM\EntityManager;
6
-
7 6
 use Oro\Bundle\EntityExtendBundle\Tools\ExtendHelper;
8 7
 use OroCRM\Bundle\SalesBundle\Entity\Lead;
9
-use OroCRM\Bundle\SalesBundle\Entity\LeadStatus;
10 8
 
11 9
 class ChangeLeadStatus
12 10
 {
Please login to merge, or discard this patch.