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.