1
0
Fork 0

Add snippet for PHP mode

This commit is contained in:
Tom Willemsen 2025-01-13 08:45:43 -08:00
parent 0598c15bfc
commit 835ece1ca9

View file

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: logger.debug
# key: ld
# --
logger()->debug('$1'${2:, [ $3 ]});