Opened 4 years ago
Closed 4 years ago
#53793 closed enhancement (fixed)
Return type does not match the actual return type in PHPDoc.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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
@
4 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
permsnis used (containing the return value ofgetnumchmodfromh()) also need to be updated frominttostring. Can you take a look?