Skip to content

Instantly share code, notes, and snippets.

@oviniciusfeitosa
Last active August 18, 2016 18:00
Show Gist options
  • Save oviniciusfeitosa/ef4a01a043af95e1fb48550cab4f8252 to your computer and use it in GitHub Desktop.
Save oviniciusfeitosa/ef4a01a043af95e1fb48550cab4f8252 to your computer and use it in GitHub Desktop.
PHPStorm Changing default PHPDoc for class
Preferences > Editor > File and Code Templates > Includes tab > PHP Class Doc Comment
/**
* Class ${NAME}
#if (${NAMESPACE}) * @package ${NAMESPACE}
#end
* @author Vinícius Feitosa da Silva <[email protected]>
* @since ${DATE} ${TIME}
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment