From d8ca8ba1eb0c9c8514819beb2d5a28988b12066f Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 25 Feb 2005 09:58:53 +0000 Subject: [PATCH] Missing dot git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@180757 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/types.xml b/language/types.xml index f7194cdb4e..54a6327b99 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -2192,7 +2192,7 @@ echo $obj->scalar; // outputs 'ciao' - The null type was introduced in PHP 4 + The null type was introduced in PHP 4.