Merge pull request #1111 from eko/master
Fix inheritance hierarchy wrong exception message
This commit is contained in:
commit
5ff67c92ee
@ -248,7 +248,7 @@ class QueryException extends \Doctrine\ORM\ORMException
|
||||
public static function instanceOfUnrelatedClass($className, $rootClass)
|
||||
{
|
||||
return new self("Cannot check if a child of '" . $rootClass . "' is instanceof '" . $className . "', " .
|
||||
"inheritance hierarchy exists between these two classes.");
|
||||
"inheritance hierarchy does not exists between these two classes.");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user