Browse Source

Remove lies.

Mark Story 12 years ago
parent
commit
99be72f3a7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/View/Helper/FormHelper.php

+ 0 - 1
src/View/Helper/FormHelper.php

@@ -1937,7 +1937,6 @@ class FormHelper extends Helper {
  * - `minYear` The lowest year to use in the year select
  * - `maxYear` The maximum year to use in the year select
  * - `interval` The interval for the minutes select. Defaults to 1
- * - `separator` The contents of the string between select elements. Defaults to '-'
  * - `empty` - If true, the empty select option is shown. If a string,
  *   that string is displayed as the empty element.
  * - `round` - Set to `up` or `down` if you want to force rounding in either direction. Defaults to null.