Skip to content

Instantly share code, notes, and snippets.

@Berdir
Last active December 18, 2015 17:59
Show Gist options
  • Save Berdir/5821996 to your computer and use it in GitHub Desktop.
Save Berdir/5821996 to your computer and use it in GitHub Desktop.
PHPStorm Templates
<?php
#if (${NAMESPACE})
/**
* @file
* Contains \${NAMESPACE}\${NAME}.
*/
namespace ${NAMESPACE};
#end
class ${NAME} {
}
<?php
#if (${NAMESPACE})
/**
* @file
* Contains \${NAMESPACE}\${NAME}.
*/
namespace ${NAMESPACE};
#end
interface ${NAME} {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment