Opened 6 years ago
Closed 6 years ago
#45208 closed defect (bug) (fixed)
Parameter Coding standard
Reported by: | Hitendra Chopda | Owned by: | desrosj |
---|---|---|---|
Milestone: | 5.1 | Priority: | normal |
Severity: | normal | Version: | 5.1 |
Component: | Media | 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.
- @param int $post_id The post_id of the image attachment
should be
- @param int $post_id The post_id of the image attachment.
as per coding standard.
Attachments (2)
Change History (10)
This ticket was mentioned in Slack in #core by hitendra-chopda. View the logs.
6 years ago
This ticket was mentioned in Slack in #core by hitendra-chopda. View the logs.
6 years ago
Note: See
TracTickets for help on using
tickets.
Hello @SergeyBiryukov thank for correct to me for select Component type, Actually this is my first patch.
So let me know if I am wrong any place.
Thanks