Completed
Push — master ( a425b0...5acc2f )
by Sergey
03:50
created
src/AMQP091/Channel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -399,7 +399,7 @@
 block discarded – undo
399 399
     }
400 400
 
401 401
     /**
402
-     * @return string
402
+     * @return integer
403 403
      */
404 404
     public function getStatus()
405 405
     {
Please login to merge, or discard this patch.
src/AMQP091/Connection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
     private $capabilities = [];
63 63
 
64 64
     /**
65
-     * @param Url|string             $url
65
+     * @param Url             $url
66 66
      * @param WireInterface          $wire
67 67
      * @param AuthenticatorInterface $authenticator
68 68
      */
Please login to merge, or discard this patch.