aboutsummaryrefslogtreecommitdiffstats
path: root/oni-php/snippets/php-mode/logger-warning
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-03-10 09:09:07 -0700
committerGravatar Tom Willemse2026-03-10 09:09:07 -0700
commit8b9bac4a543cccd6f33274047a9c366eb5b74757 (patch)
tree6497b00558c17b715ef2f24be3b4b9007dc0a1ca /oni-php/snippets/php-mode/logger-warning
parentb855e39da6eabde4ff072dea666f97d587caad1a (diff)
downloademacs-config-8b9bac4a543cccd6f33274047a9c366eb5b74757.tar.gz
emacs-config-8b9bac4a543cccd6f33274047a9c366eb5b74757.zip
oni-php: Add some snippets
Diffstat (limited to 'oni-php/snippets/php-mode/logger-warning')
-rw-r--r--oni-php/snippets/php-mode/logger-warning5
1 files changed, 5 insertions, 0 deletions
diff --git a/oni-php/snippets/php-mode/logger-warning b/oni-php/snippets/php-mode/logger-warning
new file mode 100644
index 0000000..3945490
--- /dev/null
+++ b/oni-php/snippets/php-mode/logger-warning
@@ -0,0 +1,5 @@
+# -*- mode: snippet -*-
+# name: logger.warning
+# key: lw
+# --
+logger()->warning('$1'${2, [ $3 ]}); \ No newline at end of file