Completed
Push — master ( 935ca4...f651ab )
by
unknown
08:26
created
src/OroCRM/Bundle/ContactBundle/Entity/Contact.php 1 patch
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.