Skip to content

Commit a81b4ba

Browse files
committed
Merge pull request #882 from EduardTrayan/846-paramfetcher-phpdoc-comment
846: added comment to docblock of paramfetcher about symfony validation api
2 parents 760dff6 + a237fb7 commit a81b4ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Request/ParamFetcher.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ class ParamFetcher implements ParamFetcherInterface
4545
/**
4646
* Initializes fetcher.
4747
*
48+
* For symfony 2.5 or higher use 2.5-bc validation API https://github.com/symfony/symfony/blob/master/UPGRADE-2.5.md#validator
49+
*
4850
* @param ParamReader $paramReader
4951
* @param Request $request
5052
* @param ValidatorInterface $validator

0 commit comments

Comments
 (0)