Skip to content

Commit

Permalink
[widget] fix return statement missing stan error
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Mar 21, 2024
1 parent 50c946b commit 8478ae5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/widget/sfWidgetFormChoice.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ class sfWidgetFormChoice extends sfWidgetFormChoiceBase
public function setIdFormat($format)
{
$this->options['renderer_options']['id_format'] = $format;

return $this;
}

/**
Expand Down

0 comments on commit 8478ae5

Please sign in to comment.