Skip to content

Commit 19c89da

Browse files
Minor reword
1 parent 0ddf3d2 commit 19c89da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/_annotation_loader_tip.rst.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.. note::
22

33
In order to use the annotation loader, you should have installed the
4-
``doctrine/annotations`` and ``doctrine/cache`` packages from `Packagist`_.
4+
``doctrine/annotations`` and ``doctrine/cache`` packages with Composer.
55

66
.. tip::
77

8-
  Remember that annotation classes aren't loaded automatically, so you should load
9-
them like Symfony usually does in the ``app/autoload.php`` file::
8+
  Annotation classes aren't loaded automatically, so you must load them
9+
like Symfony does in the ``app/autoload.php`` file::
1010

1111
      use Composer\Autoload\ClassLoader;
1212
use Doctrine\Common\Annotations\AnnotationRegistry;

0 commit comments

Comments
 (0)