8000
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 886e05e commit f61d31eCopy full SHA for f61d31e
src/Symfony/Component/Validator/Mapping/ClassMetadataFactory.php
@@ -25,9 +25,9 @@
25
* instance will be returned.
26
*
27
* You can optionally pass a {@link LoaderInterface} instance to the constructor.
28
- * Whenever a new metadata instance, it will be passed to the loader, which can
29
- * configure the metadata based on configuration loaded from the filesystem or
30
- * a database. If you want to use multiple loaders, wrap them in a
+ * Whenever a new metadata instance is created, it is passed to the loader,
+ * which can configure the metadata based on configuration loaded from the
+ * filesystem or a database. If you want to use multiple loaders, wrap them in a
31
* {@link Loader\LoaderChain}.
32
33
* You can also optionally pass a {@link CacheInterface} instance to the
0 commit comments