Skip to content

Instantly share code, notes, and snippets.

@Simpfc
Created December 27, 2019 14:56
Show Gist options
  • Save Simpfc/c6270f0fc6c132e731ccdb6c7e5c74d4 to your computer and use it in GitHub Desktop.
Save Simpfc/c6270f0fc6c132e731ccdb6c7e5c74d4 to your computer and use it in GitHub Desktop.
Php Storm
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