From 4eec35e5a4991e37549cce218a64c86725210b5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= Date: Wed, 22 Sep 2010 01:43:13 +0000 Subject: [PATCH] - Clarified that return value change on DateTime methods is for success cases (closes bug #52199). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303654 c90b9560-bf6c-de11-be94-00142212c4b1 --- language-snippets.ent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language-snippets.ent b/language-snippets.ent index 74073f81e1..98433bef84 100644 --- a/language-snippets.ent +++ b/language-snippets.ent @@ -491,7 +491,7 @@ objectProcedural style only: A Dat returned by timezone_open'> 5.3.0Changed the -return value from &null; to DateTime.'> +return value on success from &null; to DateTime.'>