Pārlūkot izejas kodu

removed comment from previous commit

Johannes Schmitt 12 gadi atpakaļ
vecāks
revīzija
5505550646
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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) {