1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +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 * Sets a boolean flag that indicates whether proxy classes should always be regenerated
* during each script execution. * during each script execution.
* *
* @param boolean $bool * @param boolean|int $bool Possible values are constants of Doctrine\Common\Proxy\AbstractProxyFactory
* *
* @return void * @return void
*/ */