From 5185e79822b373c5eb642d0fa15db703fe157e1a Mon Sep 17 00:00:00 2001 From: Mark Wiesemann Date: Sun, 1 Jun 2003 17:17:43 +0000 Subject: [PATCH] WS fix and "typo" git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129757 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/constants.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/language/constants.xml b/language/constants.xml index bfba6cfae4..dc7da1bbcb 100644 --- a/language/constants.xml +++ b/language/constants.xml @@ -1,5 +1,5 @@ - + Constants @@ -178,9 +178,9 @@ echo Constant; // outputs "Constant" and issues a notice. __METHOD__ - - The class method name. (This was added in PHP 5.0.0) - + + The class method name. (This was added in PHP 5.0.0) +