1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Fixed typo

This commit is contained in:
Guilherme Blanco 2014-10-21 22:43:26 -04:00
parent 3a0d7d1d6b
commit b7d104d2a2

View File

@ -233,7 +233,7 @@ class SchemaValidator
continue;
}
if ($targetMetadata->isCollectionValuedAssociation($orderField)) {
$ce[] = "The association " . $class->name."#".$fieldName." is ordered by an field " .
$ce[] = "The association " . $class->name."#".$fieldName." is ordered by a field " .
$orderField . " on " . $targetMetadata->name . " that is a collection-valued association.";
continue;
}