Skip to content

Commit 4df3c75

Browse files
committed
added missing '\'
1 parent 2f67750 commit 4df3c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ class ClassMetadataInfo implements ClassMetadata
571571
/**
572572
* NamingStrategy determining the default column and table names
573573
*
574-
* @var Doctrine\ORM\Mapping\NamingStrategy
574+
* @var \Doctrine\ORM\Mapping\NamingStrategy
575575
*/
576576
protected $namingStrategy;
577577

0 commit comments

Comments
 (0)