From e209aa52df9820f4ee20f1f4eea972d5ebd2c36c Mon Sep 17 00:00:00 2001 From: Daniel Egeberg Date: Mon, 26 Apr 2010 16:26:50 +0000 Subject: [PATCH] Fixed PHP bug #51664 (Interfaces page gives unclear information about class constants) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298601 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/interfaces.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/oop5/interfaces.xml b/language/oop5/interfaces.xml index af0d906672..8f68a4661b 100644 --- a/language/oop5/interfaces.xml +++ b/language/oop5/interfaces.xml @@ -48,8 +48,8 @@ <literal>Constants</literal> Its possible for interfaces to have constants. Interface constants works exactly - like class constants. They cannot - be overridden by a class/interface that inherits it. + like class constants except + they cannot be overridden by a class/interface that inherits it.