Fixed typo
This commit is contained in:
parent
3a0d7d1d6b
commit
b7d104d2a2
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user