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.
1 parent 0ddf3d2 commit 19c89daCopy full SHA for 19c89da
_includes/_annotation_loader_tip.rst.inc
@@ -1,12 +1,12 @@
1
.. note::
2
3
In order to use the annotation loader, you should have installed the
4
- ``doctrine/annotations`` and ``doctrine/cache`` packages from `Packagist`_.
+ ``doctrine/annotations`` and ``doctrine/cache`` packages with Composer.
5
6
.. tip::
7
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::
+ Annotation classes aren't loaded automatically, so you must load them
+ like Symfony does in the ``app/autoload.php`` file::
10
11
use Composer\Autoload\ClassLoader;
12
use Doctrine\Common\Annotations\AnnotationRegistry;
0 commit comments