From 73bee3121151a41b93f50b1a63b9f807969d8528 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 27 Dec 2004 11:06:02 +0000 Subject: [PATCH] typo: method getName() listed twice git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175655 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/reflection.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/language/oop5/reflection.xml b/language/oop5/reflection.xml index 4097bbcdf4..94f70e16f6 100644 --- a/language/oop5/reflection.xml +++ b/language/oop5/reflection.xml @@ -1,5 +1,5 @@ - + Reflection @@ -130,7 +130,6 @@ class ReflectionFunction implements Reflector public string getName() public bool isInternal() public bool isUserDefined() - public string getName() public string getFileName() public int getStartLine() public int getEndLine()