adding a package namespace to PHP docblock

This commit is contained in:
Brian 2022-08-24 11:21:35 -06:00
parent a662c6b38e
commit cf0f19edd7
Signed by: brian
GPG Key ID: DE1A5390A3B84CD8

View File

@ -3,6 +3,7 @@
/**
* ${1:Description}
*
* @package Namespace\App\Class
* @since ${5:1.0.0}
*
* @param ${2:datatype} ${3:\$variable}