bitExpert / pathfinder

[DEPRECATED] A PSR-7 based router
Apache License 2.0
5 stars 4 forks source link

Updated docblocks. #22

Closed shochdoerfer closed 8 years ago

shochdoerfer commented 8 years ago

Made the docblock comments more consistent.

dropdevcoding commented 8 years ago

Thanks for that! While reviewing your changes a question came up:

How do we deal with inheritdoc? is it:

/**
 * @inheritdoc
 */

or

/**
 * @{inheritdoc}
 */

and if second, why the curly brackets?

shochdoerfer commented 8 years ago

See the remarks here. The inheritdoc annotation does for now not exist in phpDocumentor thus we rely on the inline style notation (the curly braces) even though that's not the correct use :)