Browse Source

removed comment from previous commit

Johannes Schmitt 12 năm trước cách đây
mục cha
commit
5505550646
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      Metadata/Driver/AnnotationDriver.php

+ 0 - 1
Metadata/Driver/AnnotationDriver.php

@@ -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) {