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 17a6fdd commit f2bdb4fCopy full SHA for f2bdb4f
components/property_access.rst
@@ -632,11 +632,6 @@ the component you can find
632
a `MetadataFactory` class that supports different kind of loaders (annotations,
633
YAML and YML files) called :class:`Symfony\\Component\\PropertyAccess\\Mapping\\Factory\\LazyLoadingMetadataFactory`.
634
635
-Its constructor needs a :class:`Symfony\\Component\\PropertyAccess\\Mapping\\Loader\\LoaderInterface`
636
-which specifies the source of the metadata information. You can also use a PSR6 compliant cache
637
-as the second parameter passing a :class:`Psr\\Cache\\CacheItemPoolInterface`
638
-reference.
639
-
640
.. code-block:: php
641
642
use Doctrine\Common\Annotations\AnnotationReader;
0 commit comments