diff options
| author | 2026-05-14 12:19:41 -0700 | |
|---|---|---|
| committer | 2026-05-14 12:19:41 -0700 | |
| commit | 793d95c34917b060228f6da7f982ded0f66d3b23 (patch) | |
| tree | 94e6ca7762eeb2106d426f41e92458fa255bfc61 /oni-php/snippets/php-mode | |
| parent | 2abfac6dcbb3cb66e5957edf6c8e17ced2bfadbe (diff) | |
| download | emacs-config-793d95c34917b060228f6da7f982ded0f66d3b23.tar.gz emacs-config-793d95c34917b060228f6da7f982ded0f66d3b23.zip | |
oni-php: Add phpstan-ignore snippet
Diffstat (limited to 'oni-php/snippets/php-mode')
| -rw-r--r-- | oni-php/snippets/php-mode/phpstan-ignore | 5 |
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 |
