Completed
Push — master ( b94ad0...1bee92 )
by
unknown
76:54 queued 41:07
created
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.