Opened 7 years ago
Closed 7 years ago
#48564 closed defect (bug) (fixed)
Typo in PHPUnit test inline comment
| Reported by: | david.binda | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.3 |
| Component: | Build/Test Tools | Version: | 5.3 |
| Severity: | trivial | Keywords: | |
| Cc: | Focuses: |
Description
The r46568 has introduced a typo:
Ñall the action with PHP 4 notation for passing object by reference.
Should read
Call the action with PHP 4 notation for passing object by reference.
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Fixed in [46707].