Fix the parameter type for the AMQPQueue constructor, per note 110152.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327772 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2012-09-25 02:32:33 +00:00
parent fdccfb5a64
commit d38dc50d90

View file

@ -11,7 +11,7 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <methodname>AMQPQueue::__construct</methodname>
<methodparam><type>AMQPConnection</type><parameter>amqp_connection</parameter></methodparam>
<methodparam><type>AMQPChannel</type><parameter>amqp_channel</parameter></methodparam>
</methodsynopsis>
<para>
Creates an <classname>AMQPQueue</classname> instance representing an AMQP queue on the broker.