Skip to content

Commit

Permalink
Add return type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiot committed Mar 23, 2018
1 parent 859ee03 commit 585ca28
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -176,7 +176,7 @@ public function label(FormView $view, $label = null, array $variables = array())
*
* @return string The HTML markup
*/
public function help(FormView $view)
public function help(FormView $view): string
{
return $this->renderer->searchAndRenderBlock($view, 'help');
}
Expand Down

0 comments on commit 585ca28

Please sign in to comment.