Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4df3c75

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php

Lines changed: 1 addition & 1 deletion
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)