From 44341556e974c3e381e078ba22fe165df27a7d40 Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Thu, 7 Jul 2011 15:12:39 +0000 Subject: [PATCH] Use a valid tag for the example's description. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313054 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/traits.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/language/oop5/traits.xml b/language/oop5/traits.xml index 7833ad711b..b8787334a0 100644 --- a/language/oop5/traits.xml +++ b/language/oop5/traits.xml @@ -77,11 +77,13 @@ class ezcReflectionFunction extends ReflectionFunction { Precedence Order Example - An inherited method from a base class is overridden by the - method inserted into MyHelloWorld from the SayWorld Trait. The behavior is - the same for methods defined in the MyHelloWorld class. The precedence order - is that methods from the current class override Trait methods, which in - turn override methods from the base class. + + An inherited method from a base class is overridden by the + method inserted into MyHelloWorld from the SayWorld Trait. The behavior is + the same for methods defined in the MyHelloWorld class. The precedence order + is that methods from the current class override Trait methods, which in + turn override methods from the base class. +