diff --git a/docs/en/index.rst b/docs/en/index.rst index 7a6be485b..59053125b 100644 --- a/docs/en/index.rst +++ b/docs/en/index.rst @@ -77,14 +77,11 @@ annotations of a class. A common one is echo $myAnnotation->myProperty; // result: "value" -A reader has multiple methods to access the annotations of a class. - Note that ``AnnotationRegistry::registerLoader('class_exists')`` only works if you already have an autoloader configured (i.e. composer autoloader). Otherwise, :ref:`please take a look to the other annotation autoload mechanisms `. -A reader has multiple methods to access the annotations -of a class. +A reader has multiple methods to access the annotations of a class. :ref:`Read more about handling annotations. `