Explorar el Código

removed comment from previous commit

Johannes Schmitt hace 12 años
padre
commit
5505550646
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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) {