Fixed typo
This commit is contained in:
parent
3a0d7d1d6b
commit
b7d104d2a2
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ class SchemaValidator
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if ($targetMetadata->isCollectionValuedAssociation($orderField)) {
|
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.";
|
$orderField . " on " . $targetMetadata->name . " that is a collection-valued association.";
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue