Completed
Push — 1.8 ( 110b8e...31bb9f )
by
unknown
42:47
created
src/Oro/Bundle/EmailBundle/Entity/Manager/MailboxManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      * Returns a list of mailboxes available to user logged under organization.
47 47
      *
48 48
      * @param User|integer $user User or user id
49
-     * @param Organization $organization|null
49
+     * @param Organization $organization
50 50
      *
51 51
      * @return Collection|Mailbox[] Array or collection of Mailboxes
52 52
      */
Please login to merge, or discard this patch.
src/Oro/Bundle/EmailBundle/Entity/Repository/MailboxRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
      * If no organization is provided, does not filter by it (useful when looking for mailboxes across organizations).
74 74
      *
75 75
      * @param User|integer $user User or user id
76
-     * @param Organization|integer|null $organization
76
+     * @param Organization $organization
77 77
      *
78 78
      * @return \Doctrine\ORM\QueryBuilder
79 79
      */
Please login to merge, or discard this patch.
src/Oro/Bundle/IntegrationBundle/Entity/Repository/ChannelRepository.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
     }
137 137
 
138 138
     /**
139
-     * @param string[]|string      $commandName
139
+     * @param string      $commandName
140 140
      * @param string[]|string|null $arguments
141 141
      * @param string[]|string|null $states
142 142
      *
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
      * @param string      $connector
190 190
      * @param int|null    $code
191 191
      *
192
-     * @return Status[]|\Iterator
192
+     * @return BufferedQueryResultIterator
193 193
      */
194 194
     public function getConnectorStatuses(Integration $integration, $connector, $code = null)
195 195
     {
Please login to merge, or discard this patch.