8000 Corrected docblock, quoted types were incorrect. · mitchellzen/symfony@d375b6d · GitHub
[go: up one dir, main page]

Skip to content

Commit d375b6d

Browse files
author
Drak
committed
Corrected docblock, quoted types were incorrect.
1 parent 72e82eb commit d375b6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/HttpFoundation/Request.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ class Request
4444
public $query;
4545

4646
/**
47-
* @var \Symfony\Component\HttpFoundation\ParameterBag
47+
* @var \Symfony\Component\HttpFoundation\ServerBag
4848
*
4949
* @api
5050
*/
5151
public $server;
5252

5353
/**
54-
* @var \Symfony\Component\HttpFoundation\ParameterBag
54+
* @var \Symfony\Component\HttpFoundation\FileBag
5555
*
5656
* @api
5757
*/

0 commit comments

Comments
 (0)
0