From edcfec9a7f8a7a440bdf1cec3acc1c17302eb058 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Sat, 21 Aug 2010 18:22:42 +0000 Subject: [PATCH] removed unnecessary parentheses after function names git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302618 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongodate/tostring.xml | 2 +- reference/mongo/mongoid/gettimestamp.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/mongo/mongodate/tostring.xml b/reference/mongo/mongodate/tostring.xml index 004ba46bad..f01c6daed7 100644 --- a/reference/mongo/mongodate/tostring.xml +++ b/reference/mongo/mongodate/tostring.xml @@ -14,7 +14,7 @@ - Returns a string representation of this date, similar to the representation returned by microtime(). + Returns a string representation of this date, similar to the representation returned by microtime. diff --git a/reference/mongo/mongoid/gettimestamp.xml b/reference/mongo/mongoid/gettimestamp.xml index c0ebb772b9..930f06a9e5 100644 --- a/reference/mongo/mongoid/gettimestamp.xml +++ b/reference/mongo/mongoid/gettimestamp.xml @@ -14,7 +14,7 @@ - This returns the same thing as running time() when the id is created. + This returns the same thing as running time when the id is created.