We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 430e238 + ea971d3 commit 964abe4Copy full SHA for 964abe4
Mapping/Loader/AnnotationLoader.php
@@ -49,7 +49,7 @@ public function loadClassMetadata(ClassMetadataInterface $classMetadata)
49
$attributesMetadata = $classMetadata->getAttributesMetadata();
50
51
foreach ($reflectionClass->getProperties() as $property) {
52
- if (!isset($attributeMetadata[$property->name])) {
+ if (!isset($attributesMetadata[$property->name])) {
53
$attributesMetadata[$property->name] = new AttributeMetadata($property->name);
54
$classMetadata->addAttributeMetadata($attributesMetadata[$property->name]);
55
}
0 commit comments