Skip to content

Commit

Permalink
Merge pull request #7681 from freedomfflow/b/formhelper-docbloc-fix
Browse files Browse the repository at this point in the history
Attributes for select option tags documentation corrected

Closes #7678
  • Loading branch information
ADmad committed Nov 11, 2015
2 parents 05c9dfa + cbabf7e commit f91dea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/View/Helper/FormHelper.php
Expand Up @@ -1814,8 +1814,8 @@ public function submit($caption = null, array $options = [])
*
* ```
* $options = [
* ['name' => 'United states', 'value' => 'USA'],
* ['name' => 'USA', 'value' => 'USA'],
* ['text' => 'United states', 'value' => 'USA'],
* ['text' => 'USA', 'value' => 'USA'],
* ];
* ```
*
Expand Down

0 comments on commit f91dea1

Please sign in to comment.