8000 fixed typo · symfony/symfony@aff3485 · GitHub
[go: up one dir, main page]

Skip to content

Commit aff3485

Browse files
committed
fixed typo
1 parent d5fe378 commit aff3485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/HttpKernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function forward($controller, array $attributes = array(), array $query =
6767
* @throws \RuntimeException
6868
* @throws \Exception
6969
*
70-
* @deprecated in 2.2, will be removed in 2.3 (use Symfony\Component\HttpKernel\FragmentRenderer::render() instead)
70+
* @deprecated in 2.2, will be removed in 2.3 (use Symfony\Component\HttpKernel\Fragment\FragmentHandler::render() instead)
7171
*/
7272
public function render($uri, array $options = array())
7373
{

0 commit comments

Comments
 (0)
0