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/