removing anchor to version on pdoc
This commit is contained in:
parent
7da1325b1f
commit
91063a69d9
@ -1,16 +1,16 @@
|
||||
<snippet>
|
||||
<content><![CDATA[
|
||||
/**
|
||||
* ${1:Description}
|
||||
* ${1:Description}.
|
||||
*
|
||||
* @package Namespace\App\Class
|
||||
* @since ${5:1.0.0}
|
||||
* @since 1.0.0
|
||||
*
|
||||
* @param ${2:datatype} ${3:\$variable}
|
||||
*
|
||||
* @throws ${4:\Exception}
|
||||
*
|
||||
* @return ${6:void}
|
||||
* @return ${5:void}
|
||||
*/
|
||||
]]></content>
|
||||
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user