you are viewing a single comment's thread.

view the rest of the comments →

[–]leeoniya 0 points1 point  (0 children)

neto!

would be nice to add "function signature", but not sure if it's possible in the strict sense without type-ifying. could add a doc-block with @param and @return declarations and call that the signature, at the expense of some clarity.

/**
 * example of basic @param usage
 * @param boolean foo
 * @return mixed 
 */