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