Last active
August 29, 2015 14:11
-
-
Save IngmarBoddington/f48a8d81c982f97184ec to your computer and use it in GitHub Desktop.
Doc Block templates (PHPDoc style)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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