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';