PHP Standard author header comments
Check out the PHPDoc documentation. It contains explanations of all of the tags.
phpDocumentor 3.0
https://docs.phpdoc.org/3.0/guide/references/phpdoc/tags/index.html
Check out the PHPDoc.org @author tag.
Syntax
@author [name] [<email address>]
Examples
/**
* @author My Name
* @author My Name <[email protected]>
*/