Skip to content

Instantly share code, notes, and snippets.

@javikalsan
Created February 11, 2014 12:46
Show Gist options
  • Save javikalsan/8934229 to your computer and use it in GitHub Desktop.
Save javikalsan/8934229 to your computer and use it in GitHub Desktop.
PHPDoc Sublime Text 2 snippet
<snippet>
<content><![CDATA[/**
* ${4:undocumented function}
*
* @param $7
* @return ${5:void}
* @author ${PHPDOC_AUTHOR:$TM_FULLNAME}$6
*
**/
$1function $2($3)
{$0
}]]></content>
<tabTrigger>doc_f</tabTrigger>
<scope>source.php</scope>
<description>Function</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment