Is there a PHP coding standard that defines unambiguously how to write docblock annotations for properties and methods:
@var@param@return@throws
including the correct spacing between them?
PSR-2 covers the code itself, but does not enforce the usage of annotations.
There’s no annotations in PHP. If you use
phpdocto generate documentation, you need to followphpdocguides.http://www.phpdoc.org/