Skip to content

Commit a3a8843

Browse files
authored
Merge pull request #320 from l-vo/fix_duplicate_text
Fix duplicate text in documentation
2 parents 5eb79f3 + c3ac776 commit a3a8843

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/en/index.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,11 @@ annotations of a class. A common one is
7777
7878
echo $myAnnotation->myProperty; // result: "value"
7979
80-
A reader has multiple methods to access the annotations of a class.
81-
8280
Note that ``AnnotationRegistry::registerLoader('class_exists')`` only works
8381
if you already have an autoloader configured (i.e. composer autoloader).
8482
Otherwise, :ref:`please take a look to the other annotation autoload mechanisms <annotations>`.
8583

86-
A reader has multiple methods to access the annotations
87-
of a class.
84+
A reader has multiple methods to access the annotations of a class.
8885

8986
:ref:`Read more about handling annotations. <annotations>`
9087

0 commit comments

Comments
 (0)