Opened 3 years ago
Closed 3 years ago
#53793 closed enhancement (fixed)
Return type does not match the actual return type in PHPDoc.
Reported by: | ankitmaru | Owned by: | johnbillion |
---|---|---|---|
Milestone: | 5.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Filesystem API | Keywords: | has-patch |
Focuses: | docs, coding-standards | Cc: |
Description
Return type does not match the actual return type in PHPDoc.
File: class-wp-filesystem-base.php
Attachments (2)
Change History (5)
#1
@
3 years ago
- Component changed from General to Filesystem API
- Milestone changed from Awaiting Review to 5.9
- Owner set to johnbillion
- Status changed from new to reviewing
- Version 5.8 deleted
Note: See
TracTickets for help on using
tickets.
Good spot and thanks for the patch @ankitmaru. It looks like the corresponding docs for the places where
permsn
is used (containing the return value ofgetnumchmodfromh()
) also need to be updated fromint
tostring
. Can you take a look?