Skip to content

Commit 8478ae5

Browse files
committed
[widget] fix return statement missing stan error
1 parent 50c946b commit 8478ae5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: lib/widget/sfWidgetFormChoice.class.php

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ class sfWidgetFormChoice extends sfWidgetFormChoiceBase
2626
public function setIdFormat($format)
2727
{
2828
$this->options['renderer_options']['id_format'] = $format;
29+
30+
return $this;
2931
}
3032

3133
/**

0 commit comments

Comments
 (0)