|
@@ -159,7 +159,6 @@ class AnnotationDriver implements DriverInterface
|
|
|
$propertyMetadata->xmlValue = true;
|
|
|
} else if ($annot instanceof AccessType) {
|
|
|
$AccessType = $annot->type;
|
|
|
- //we need ReadOnly before setter and getter set, because that method depends on flag being set
|
|
|
} else if ($annot instanceof ReadOnly) {
|
|
|
$propertyMetadata->readOnly = true;
|
|
|
} else if ($annot instanceof Accessor) {
|