PHPDoc:
*
PHPDoc
*
Adding metadata to files
File level metadata applies to all the code within the file and should be placed at the top of the file:
<?php
/**
* @author John Doe (jdoe@example.com)
* @copyright MIT
*/