File -> Settings -> Editor -> File and Code Templates -> Includes - >PHP Function Doc Comment
/**
* ${NAME}
* @Author ${USER}
* @Date ${YEAR}/${MONTH}/${DAY} ${TIME}
${PARAM_DOC}
#if (${TYPE_HINT} != "void") * @return ${TYPE_HINT}
#end
${THROWS_DOC}
*/
评论
还没有任何评论,你来说两句吧!