瀏覽代碼

removed comment from previous commit

Johannes Schmitt 12 年之前
父節點
當前提交
5505550646
共有 1 個文件被更改,包括 0 次插入1 次删除
  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) {