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 08388f9 commit 2ea2372Copy full SHA for 2ea2372
components/property_access.rst
@@ -685,11 +685,6 @@ the component you can find
685
a `MetadataFactory` class that supports different kind of loaders (annotations,
686
YAML and YML files) called :class:`Symfony\\Component\\PropertyAccess\\Mapping\\Factory\\LazyLoadingMetadataFactory`.
687
688
-Its constructor needs a :class:`Symfony\\Component\\PropertyAccess\\Mapping\\Loader\\LoaderInterface`
689
-which specifies the source of the metadata information. You can also use a PSR6 compliant cache
690
-as the second parameter passing a :class:`Psr\\Cache\\CacheItemPoolInterface`
691
-reference.
692
-
693
.. code-block:: php
694
695
use Doctrine\Common\Annotations\AnnotationReader;
0 commit comments