We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5eb79f3 + c3ac776 commit a3a8843Copy full SHA for a3a8843
docs/en/index.rst
@@ -77,14 +77,11 @@ annotations of a class. A common one is
77
78
echo $myAnnotation->myProperty; // result: "value"
79
80
-A reader has multiple methods to access the annotations of a class.
81
-
82
Note that ``AnnotationRegistry::registerLoader('class_exists')`` only works
83
if you already have an autoloader configured (i.e. composer autoloader).
84
Otherwise, :ref:`please take a look to the other annotation autoload mechanisms <annotations>`.
85
86
-A reader has multiple methods to access the annotations
87
-of a class.
+A reader has multiple methods to access the annotations of a class.
88
89
:ref:`Read more about handling annotations. <annotations>`
90
0 commit comments