-
Notifications
You must be signed in to change notification settings - Fork 7
Style
Bram Gotink edited this page Mar 1, 2014
·
7 revisions
We use the standard phpDoc tags (Cheat Sheet), using these small extra conventions.
When a property holds an instance of a class, we use the FQDN of the class in the documentation.
- Method and class descriptions should be punctuated
- Property and parameter description should not be punctuated
Each class should have the following documentation block.
/**
* [Class Description]
*
* @author John Doe <john.doe@litus.cc>
*/
Our coding style is described here.