Skip to content

Commit a237fb7

Browse files
committed
846: added comment to docblock of paramfetcher about symfony validation api
1 parent 760dff6 commit a237fb7

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)