From e07afa4fb9720e30f22af1c4280ab6bc8d866438 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Mon, 12 Nov 2007 16:23:34 +0000 Subject: [PATCH] Fix output example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246051 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/reflection.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/language/oop5/reflection.xml b/language/oop5/reflection.xml index 6e9ce42a09..b1222e1767 100644 --- a/language/oop5/reflection.xml +++ b/language/oop5/reflection.xml @@ -1,5 +1,5 @@ - + Reflection @@ -91,11 +91,11 @@ Class [ class Exception ] { Method [ final private method __clone ] { } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] + Parameter #0 [ $message ] + Parameter #1 [ $code ] } }