From 91f3cfc3d5c942667f45ef1233f3443355617010 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9sar=20D=2E=20Rodas?= Date: Fri, 7 May 2010 16:35:33 -0300 Subject: [PATCH] - __toString is not longer final --- lib/ActiveMongo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ActiveMongo.php b/lib/ActiveMongo.php index 012aefe..950334e 100644 --- a/lib/ActiveMongo.php +++ b/lib/ActiveMongo.php @@ -921,7 +921,7 @@ abstract class ActiveMongo implements Iterator, Countable, ArrayAccess * * @return string */ - final function __toString() + function __toString() { return (string)$this->getID(); } -- 2.11.4.GIT