1
0
mirror of synced 2025-01-31 04:21:44 +03:00

#DDC-2664 Improving and fixing documentation for new Proxy factory flags usage as of DCOM-210

This commit is contained in:
Matthieu Napoli 2013-09-09 11:30:18 +02:00
parent 87d2ff8665
commit 8875462241

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