21 lines
455 B
XML
21 lines
455 B
XML
<snippet>
|
|
<content><![CDATA[
|
|
/**
|
|
* ${1:Description}
|
|
*
|
|
* @package Namespace\App\Class
|
|
* @since ${5:1.0.0}
|
|
*
|
|
* @param ${2:datatype} ${3:\$variable}
|
|
*
|
|
* @throws ${4:\Exception}
|
|
*
|
|
* @return ${6:void}
|
|
*/
|
|
]]></content>
|
|
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
|
|
<tabTrigger>pdoc</tabTrigger>
|
|
<!-- Optional: Set a scope to limit where the snippet will trigger -->
|
|
<scope>source.php</scope>
|
|
</snippet>
|