Opened 8 weeks ago
Closed 8 weeks ago
#63491 closed defect (bug) (fixed)
Missing return type in public function parselisting( $line )
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Filesystem API | Keywords: | has-patch |
Focuses: | Cc: |
Description
Hello
In wp-admin\includes\class-wp-filesystem-ftpext.php line: 664
, It returns empty string but that return type is missing on function doc.
Please have a look. Thanks.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Hi @opurockey, Thanks for the ticket.
I can see that the empty string return statement was added in [45583] and the DocBlock was added in [55714], which apparently did not handle the return type of the function in the docblock.