Skip to content

Commit fe123f0

Browse files
connorhumentalstring
authored andcommitted
[widget] fix return statement missing (FriendsOfSymfony1#349)
1 parent cddbfb5 commit fe123f0

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)