From 15cfbd76e1a3cfafdff7185efa483185797f0edc Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Fri, 2 Mar 2012 08:38:40 +0000 Subject: [PATCH] Fixed whitespace, patch by cleggmatt git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323806 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/traits.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/oop5/traits.xml b/language/oop5/traits.xml index bffc8a8599..ece96394b8 100644 --- a/language/oop5/traits.xml +++ b/language/oop5/traits.xml @@ -144,7 +144,7 @@ trait Hello { trait World { public function sayWorld() { - echo ' World'; + echo 'World'; } }