Skip to content

Commit

Permalink
[2.3] Fix @link annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Apr 10, 2015
1 parent d6beadf commit ec1e1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Node/RenderBlockNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Symfony\Bridge\Twig\Node;

/**
* Compiles a call to {@link FormRendererInterface::renderBlock()}.
* Compiles a call to {@link \Symfony\Component\Form\FormRendererInterface::renderBlock()}.
*
* The function name is used as block name. For example, if the function name
* is "foo", the block "foo" will be rendered.
Expand Down

0 comments on commit ec1e1ef

Please sign in to comment.