Merge pull request #1048 from MidnightDesign/patch-1
Fix typo in exception message
This commit is contained in:
commit
3ade0cf6a5
@ -655,7 +655,7 @@ class MappingException extends \Doctrine\ORM\ORMException
|
|||||||
*/
|
*/
|
||||||
public static function noInheritanceOnMappedSuperClass($className)
|
public static function noInheritanceOnMappedSuperClass($className)
|
||||||
{
|
{
|
||||||
return new self("Its not supported to define inheritance information on a mapped superclass '" . $className . "'.");
|
return new self("It is not supported to define inheritance information on a mapped superclass '" . $className . "'.");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user