Fix typo in exception message
This commit is contained in:
parent
6f622ab1f7
commit
daa90bf32d
@ -655,7 +655,7 @@ class MappingException extends \Doctrine\ORM\ORMException
|
||||
*/
|
||||
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