Skip to content

Commit

Permalink
[DOC] Remove misleading statement about alpha char in v:random.string
Browse files Browse the repository at this point in the history
NamelessCoder committed May 30, 2020
1 parent c7ab20a commit adb913b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Classes/ViewHelpers/Random/StringViewHelper.php
Original file line number Diff line number Diff line change
@@ -18,9 +18,6 @@
* Use either `minimumLength` / `maximumLength` or just `length`.
*
* Specify the characters which can be randomized using `characters`.
*
* Has built-in insurance that first character of random string is
* an alphabetic character (allowing safe use as DOM id for example).
*/
class StringViewHelper extends AbstractViewHelper
{

0 comments on commit adb913b

Please sign in to comment.