1
0
mirror of synced 2025-01-18 22:41:43 +03:00

Merge pull request #783 from mnapoli/DDC-2664

#DDC-2664 Improving and fixing documentation for new Proxy factory flags usage as of DCOM-210
This commit is contained in:
Marco Pivetta 2013-09-09 03:13:56 -07:00
commit 0d246f7e9e

View File

@ -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
*/