Changing default return type to void

This commit is contained in:
Brian 2021-07-15 13:08:07 -06:00
parent 1b73eed353
commit bc6da961cc
Signed by: brian
GPG Key ID: DE1A5390A3B84CD8

View File

@ -9,7 +9,7 @@
*
* @throws ${4:\Exception}
*
* @return ${6:boolean}
* @return ${6:void}
*/
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->