File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Symfony/Component/Validator/Mapping Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
* instance will be returned.
26
26
*
27
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
28
+ * Whenever a new metadata instance is created , it is passed to the loader,
29
+ * which can configure the metadata based on configuration loaded from the
30
+ * filesystem or a database. If you want to use multiple loaders, wrap them in a
31
31
* {@link Loader\LoaderChain}.
32
32
*
33
33
* You can also optionally pass a {@link CacheInterface} instance to the
You can’t perform that action at this time.
0 commit comments