aboutsummaryrefslogtreecommitdiffstats
path: root/oni-php/snippets
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-05-14 12:19:41 -0700
committerGravatar Tom Willemse2026-05-14 12:19:41 -0700
commit793d95c34917b060228f6da7f982ded0f66d3b23 (patch)
tree94e6ca7762eeb2106d426f41e92458fa255bfc61 /oni-php/snippets
parent2abfac6dcbb3cb66e5957edf6c8e17ced2bfadbe (diff)
downloademacs-config-793d95c34917b060228f6da7f982ded0f66d3b23.tar.gz
emacs-config-793d95c34917b060228f6da7f982ded0f66d3b23.zip
oni-php: Add phpstan-ignore snippet
Diffstat (limited to 'oni-php/snippets')
-rw-r--r--oni-php/snippets/php-mode/phpstan-ignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/oni-php/snippets/php-mode/phpstan-ignore b/oni-php/snippets/php-mode/phpstan-ignore
new file mode 100644
index 0000000..91439ba
--- /dev/null
+++ b/oni-php/snippets/php-mode/phpstan-ignore
@@ -0,0 +1,5 @@
+# -*- mode: snippet -*-
+# name: phpstan-ignore
+# key: @i
+# --
+/** @phpstan-ignore $1 */ \ No newline at end of file