Opened 6 years ago
Closed 6 years ago
#45409 closed defect (bug) (fixed)
Parameter Coding standard not fullfill
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.1 | Priority: | normal |
Severity: | minor | Version: | 5.1 |
Component: | Administration | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description
When declare the @param int with description than missing the end line coding standard.
I found this bug.
@return int|WP_Error user id of the updated user
should be
@return int|WP_Error user id of the updated user.
should be dot end of the line.
Attachments (5)
Change History (19)
#3
@
6 years ago
- Keywords reporter-feedback added
The patches from #45411 should be added to this one and other patch which you found for same issues.
This ticket was mentioned in Slack in #core by hitendra-chopda. View the logs.
6 years ago
#5
@
6 years ago
- Focuses docs added; coding-standards removed
- Keywords needs-patch added; has-patch removed
#8
@
6 years ago
Much better, thanks. Although root would mean src/wp-admin/includes/template.php
instead of `wp-admin/includes/template.php when using https://github.com/wordpress/wordpress-develop/ for core development.
#10
@
6 years ago
- Milestone changed from Awaiting Review to 5.1
- Severity changed from normal to minor
Note: See
TracTickets for help on using
tickets.
Here also missing end line period.