1
0
mirror of synced 2025-01-18 06:21:40 +03:00

added missing '\'

This commit is contained in:
Fabio B. Silva 2012-03-12 10:02:22 -03:00
parent 2f67750165
commit 4df3c75321

View File

@ -571,7 +571,7 @@ class ClassMetadataInfo implements ClassMetadata
/** /**
* NamingStrategy determining the default column and table names * NamingStrategy determining the default column and table names
* *
* @var Doctrine\ORM\Mapping\NamingStrategy * @var \Doctrine\ORM\Mapping\NamingStrategy
*/ */
protected $namingStrategy; protected $namingStrategy;