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.