From 60316598b11fbc7c6b8d0404ee890fe93e89e94a Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Sun, 13 Oct 2013 17:40:06 +0000 Subject: [PATCH] #64847 correction git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331806 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/traits.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/language/oop5/traits.xml b/language/oop5/traits.xml index dc84d925bf..1e15ea507f 100644 --- a/language/oop5/traits.xml +++ b/language/oop5/traits.xml @@ -358,9 +358,7 @@ class MyHelloWorld { Static Trait Members - Static variables can be referred to in trait methods, but cannot be - defined by the trait. Traits can, however, define static methods for - the exhibiting class. + Traits can define both static members and static methods. Static Variables