Opened 3 years ago
Closed 2 years ago
#60401 closed defect (bug) (fixed)
Use $length in rand_long_str() documentation
| Reported by: | harsh175 | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.5 |
| Component: | Build/Test Tools | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | docs |
Description
When I review this file tests/phpunit/includes/utils.php then I find a parameter description variable changes $len to $length.
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Thanks for the report and patch!
[50265] added that documentation. The variable name was rather confusing because the
rand_str()function uses$lenandrand_long_str()uses$length.