Fixed whitespace, patch by cleggmatt

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323806 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2012-03-02 08:38:40 +00:00
parent e702c603e8
commit 15cfbd76e1

View file

@ -144,7 +144,7 @@ trait Hello {
trait World {
public function sayWorld() {
echo ' World';
echo 'World';
}
}