removing anchor to version on pdoc

This commit is contained in:
Brian 2022-10-26 13:13:52 -06:00
parent 7da1325b1f
commit 91063a69d9
Signed by: brian
GPG Key ID: DE1A5390A3B84CD8

View File

@ -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 -->