Completed
Pull Request — master (#27)
by Frederic
05:43
created
src/Driver/PhpAmqpLibDriver.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -242,7 +242,7 @@  discard block
 block discarded – undo
242 242
     }
243 243
 
244 244
     /**
245
-     * @param $timeout
245
+     * @param integer $timeout
246 246
      *
247 247
      * @throws \Exception
248 248
      */
@@ -291,7 +291,7 @@  discard block
 block discarded – undo
291 291
     /**
292 292
      * @param AMQPMessage $message
293 293
      *
294
-     * @return array
294
+     * @return string[]
295 295
      *
296 296
      * @throws \OutOfBoundsException
297 297
      */
Please login to merge, or discard this patch.
src/CLI/InitCommand.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
140 140
     }
141 141
 
142 142
     /**
143
-     * @param array $exchangeInformation
143
+     * @param string[] $exchangeInformation
144 144
      *
145 145
      * @throws AssertionFailedException
146 146
      */
@@ -180,7 +180,7 @@  discard block
 block discarded – undo
180 180
     }
181 181
 
182 182
     /**
183
-     * @param array           $exchangeInformation
183
+     * @param string[]           $exchangeInformation
184 184
      * @param OutputInterface $output
185 185
      */
186 186
     private function bindExchange(array $exchangeInformation, OutputInterface $output)
@@ -207,7 +207,7 @@  discard block
 block discarded – undo
207 207
 
208 208
     /**
209 209
      * @param string          $exchangeName
210
-     * @param array           $queueInformation
210
+     * @param string[]           $queueInformation
211 211
      * @param OutputInterface $output
212 212
      */
213 213
     private function bindQueue(
Please login to merge, or discard this patch.