From aca469c60f92ed8b63ea7609df950b1e8d058a5e Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sat, 27 Jun 2009 07:55:21 +0000 Subject: [PATCH] Whitespace git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282860 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/reflection.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/oop5/reflection.xml b/language/oop5/reflection.xml index d5a6dfee2d..caccaaf625 100644 --- a/language/oop5/reflection.xml +++ b/language/oop5/reflection.xml @@ -1,5 +1,5 @@ - + Reflection @@ -913,7 +913,7 @@ var_dump(new My_Reflection_Method('U', 'x')); Caution: If you're overwriting the constructor, remember to call - the parent's constructor beforeany code you insert. Failing to + the parent's constructor before any code you insert. Failing to do so will result in the following: Fatal error: Internal error: Failed to retrieve the reflection object