Completed
Push — master ( e8af8c...e6ad7a )
by
unknown
57:27 queued 20:30
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
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
     }
105 105
 
106 106
     /**
107
-     * @param string[]|string $commandName
107
+     * @param string $commandName
108 108
      * @param string[]|string|null $arguments
109 109
      * @param string[]|string|null $states
110 110
      *
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
      * @param Integration $integration
156 156
      * @param string $connector
157 157
      * @param int|null $code
158
-     * @return Status[]|\Iterator
158
+     * @return BufferedQueryResultIterator
159 159
      */
160 160
     public function getConnectorStatuses(Integration $integration, $connector, $code = null)
161 161
     {
Please login to merge, or discard this patch.