Skip to content

Commit ee69e15

Browse files
committed
Add return type hint
1 parent 9f2be1f commit ee69e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Templating/Helper/FormHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public function label(FormView $view, $label = null, array $variables = array())
176176
*
177177
* @return string The HTML markup
178178
*/
179-
public function help(FormView $view)
179+
public function help(FormView $view): string
180180
{
181181
return $this->renderer->searchAndRenderBlock($view, 'help');
182182
}

0 commit comments

Comments
 (0)