From d08c651831f0675c3f936203916db8742e60fcae Mon Sep 17 00:00:00 2001 From: Daniel Egeberg Date: Mon, 26 Apr 2010 16:50:06 +0000 Subject: [PATCH] Another fix for #51664 (Interfaces page gives unclear information about class constants) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298604 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/interfaces.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/language/oop5/interfaces.xml b/language/oop5/interfaces.xml index 8f68a4661b..87ba8cb284 100644 --- a/language/oop5/interfaces.xml +++ b/language/oop5/interfaces.xml @@ -199,8 +199,7 @@ echo a::b; // This will however not work because its not allowed to -// override constants. This is the same concept as with -// class constants +// override constants. class b implements a { const b = 'Class constant';