Changes between Initial Version and Version 1 of Ticket #49446, comment 7
- Timestamp:
- 06/19/2020 02:17:44 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49446, comment 7
initial v1 4 4 5 5 > Note: This tag has been used in the past, but should no longer be used. 6 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 static6 > 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 7 7 8 8 Should the handbook be updated to mention `@staticvar`?