Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

Commit

Permalink
[DCOM-34] Fixed documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermeblanco committed Feb 16, 2011
1 parent f6e3d6e commit 4787380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/en/annotations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If you want Doctrine to try and autoload annotation classes with `class_exists()
need to configure the `AnnotationReader` instance to do so:

[php]
$reader->setAutoloadAnnotationClasses(true);
$reader->setAutoloadAnnotations(true);

If this is set to false then all annotation classes must be previously manually loaded.

Expand Down Expand Up @@ -154,4 +154,4 @@ or method docblock:
> doc-block are processed at once. That means that annotation classes that do not exist and
> aren't loaded and cannot be autoloaded (using setAutoloadAnnotationClasses()) would never
> be visible and not accessible if a cache is used unless the cache is cleared and the
> annotations requested again, this time with all annotations defined.
> annotations requested again, this time with all annotations defined.

0 comments on commit 4787380

Please sign in to comment.