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. +