From a19e054befda125ed35fe52b43e4184767a1007d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Braian=20Iv=C3=A1n=20Monnier?= Date: Sat, 18 Dec 2010 18:36:32 +0000 Subject: [PATCH] Indentation problems fixed git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306441 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/amqp/amqpqueue/consume.xml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/reference/amqp/amqpqueue/consume.xml b/reference/amqp/amqpqueue/consume.xml index e7a3d376e1..701e2b198a 100644 --- a/reference/amqp/amqpqueue/consume.xml +++ b/reference/amqp/amqpqueue/consume.xml @@ -6,7 +6,7 @@ AMQPQueue::consume The consume purpose - + &reftitle.description; @@ -14,13 +14,13 @@ arrayoptions - + - + &warn.undocumented.func; - + - + &reftitle.parameters; @@ -31,7 +31,7 @@ options is a an array of consume options. The keys used in the options array are: min, max, and ack. All other keys will be ignored. - + For each missing option, the extension will check the ini settings or use the default value. @@ -39,15 +39,15 @@ - + &reftitle.returnvalues; - An array contained a the messages consumed. The number of returned messages will be at least the number given by min in the options array. But not more than the number given by max. + An array contained a the messages consumed. The number of returned messages will be at least the number given by min in the options array. But not more than the number given by max. - - + + &reftitle.examples; @@ -86,7 +86,6 @@ foreach ($messages as $message) { -