From 88754622419524bf92cfc18f9ab7fac148c35924 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Mon, 9 Sep 2013 11:30:18 +0200 Subject: [PATCH] #DDC-2664 Improving and fixing documentation for new Proxy factory flags usage as of DCOM-210 --- lib/Doctrine/ORM/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/ORM/Configuration.php b/lib/Doctrine/ORM/Configuration.php index 3a096ba21..7ab147f98 100644 --- a/lib/Doctrine/ORM/Configuration.php +++ b/lib/Doctrine/ORM/Configuration.php @@ -90,7 +90,7 @@ class Configuration extends \Doctrine\DBAL\Configuration * Sets a boolean flag that indicates whether proxy classes should always be regenerated * during each script execution. * - * @param boolean $bool + * @param boolean|int $bool Possible values are constants of Doctrine\Common\Proxy\AbstractProxyFactory * * @return void */