Skip to content

Instantly share code, notes, and snippets.

@IngmarBoddington
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IngmarBoddington/f48a8d81c982f97184ec to your computer and use it in GitHub Desktop.
Save IngmarBoddington/f48a8d81c982f97184ec to your computer and use it in GitHub Desktop.
Doc Block templates (PHPDoc style)
/**
* IspPrimitives Product_SupplierProductRules
*
* @category category
* @package package
* @subpackage sub package
* @author Name <email>
*
* @copyright year company
* @link doc link
*/
/**
* Some description of the function can go here.
*
* @param mixed $abc
* @param array $def
* @param stdClass|null $ehi
* @return bool
* @throws \Exception
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment