Created
December 27, 2019 14:56
-
-
Save Simpfc/c6270f0fc6c132e731ccdb6c7e5c74d4 to your computer and use it in GitHub Desktop.
Php Storm
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
File and code templates | |
/** | |
${PARAM_DOC} | |
#if (${PARAM_DOC} != '' && ${TYPE_HINT} != "void") | |
* | |
#end | |
#if (${TYPE_HINT} != "void") | |
* @return ${TYPE_HINT} | |
#end | |
#if (${THROWS_DOC} != '') | |
* | |
#end | |
${THROWS_DOC} | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment