Bug Report #1154
PHPDoc Incorrect in Form Helper dropdown
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | Helpers | |||
| Target version: | - | |||
| Resolution: | fixed | Points: |
Description
After a recent change, the function now accepts an array or a string.
line 236 is currently:
- @param string option key that should be selected by default
should be:
- @param string|array option key(s) that should be selected by default
History
Updated by Kiall Mac Innes almost 3 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset r4291.
Updated by Kiall Mac Innes almost 3 years ago
- Assignee set to Kiall Mac Innes
- Resolution set to fixed