From d38dc50d909403ba25aa94a8c61e8d031e1719b6 Mon Sep 17 00:00:00 2001
From: Adam Harvey <aharvey@php.net>
Date: Tue, 25 Sep 2012 02:32:33 +0000
Subject: [PATCH] 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
---
 reference/amqp/amqpqueue/construct.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reference/amqp/amqpqueue/construct.xml b/reference/amqp/amqpqueue/construct.xml
index 631237cf29..34826b3fc6 100644
--- a/reference/amqp/amqpqueue/construct.xml
+++ b/reference/amqp/amqpqueue/construct.xml
@@ -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.