Преглед на файлове

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