From 848142d1d876d229c0d5e3c11512f5dbd5995b72 Mon Sep 17 00:00:00 2001 From: guilhermeblanco Date: Fri, 2 Apr 2010 19:32:54 +0000 Subject: [PATCH] [2.0] Fixed wrong documentation --- lib/Doctrine/Common/Util/Debug.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Doctrine/Common/Util/Debug.php b/lib/Doctrine/Common/Util/Debug.php index a5f4ab1df..9f3df2b29 100644 --- a/lib/Doctrine/Common/Util/Debug.php +++ b/lib/Doctrine/Common/Util/Debug.php @@ -43,8 +43,6 @@ final class Debug /** * Prints a dump of the public, protected and private properties of $var. - * To print a meaningful dump, whose depth is limited, requires xdebug - * php extension. * * @static * @link http://xdebug.org/