Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f61d31e

Browse files
committed
[Validator] Fixed grammar
1 parent 886e05e commit f61d31e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Component/Validator/Mapping/ClassMetadataFactory.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
* instance will be returned.
2626
*
2727
* 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
3131
* {@link Loader\LoaderChain}.
3232
*
3333
* You can also optionally pass a {@link CacheInterface} instance to the

0 commit comments

Comments
 (0)