Skip to content

Instantly share code, notes, and snippets.

@asika32764
Created December 21, 2013 11:30
Show Gist options
  • Save asika32764/8068165 to your computer and use it in GitHub Desktop.
Save asika32764/8068165 to your computer and use it in GitHub Desktop.
PHPStorm File Template
/**
* Class ${NAME}
*
* @since 1.0
*/
/**
* Part of ${PROJECT_NAME} project.
*
* @copyright Copyright (C) 2011 - ${YEAR} SMS Taiwan, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/
/**
* Property ${NAME}.
*
* @var ${TYPE_HINT}
*/
/**
* ${NAME}
#if (${PARAM_DOC} != '')
*
${PARAM_DOC}#end
*
* @return ${TYPE_HINT}
#if (${THROWS_DOC} != '')
*
${THROWS_DOC}#end
*/
/**
* Interface ${NAME}
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment