Opened 7 years ago
Closed 5 years ago
#41869 closed defect (bug) (fixed)
Documentations was not proper.
Reported by: | adnan.limdi | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Editor | Keywords: | needs-refresh has-patch |
Focuses: | docs | Cc: |
Description
Add static keyword and add functions Descriptions.
Attachments (1)
Change History (9)
This ticket was mentioned in Slack in #core by noisysocks. View the logs.
5 years ago
#5
@
5 years ago
- Keywords needs-refresh added
@adnanlimdi Thanks for the patch. According to the discussion in Slack #core today, this patch needs an update:
- Using tab instead of space.
- This patch can't be applied cleanly.
- The descriptions could be more descriptive.
Version 0, edited 5 years ago
by
(next)
#6
@
5 years ago
- Milestone changed from Awaiting Review to 5.4
- Owner set to SergeyBiryukov
- Status changed from new to reviewing
#7
@
5 years ago
Per the documentation standards:
@static
Note: This tag has been used in the past, but should no longer be used.
Just using the static keyword in your code is enough for PhpDocumentor on PHP5 to recognize static variables and methods, and PhpDocumentor will mark them as static.
Note: See
TracTickets for help on using
tickets.
Add static keyword in functions descriptions and add missing functions descriptions.