diff options
| author | 2025-03-07 10:41:11 -0800 | |
|---|---|---|
| committer | 2025-04-07 14:20:55 -0700 | |
| commit | 1fa91ab306c7a7e917fecf1f653f11a640620941 (patch) | |
| tree | b8707a6d0b6ce0fd5ce3bf832bc95ac19f8ac364 | |
| parent | ed7bd3252e2b9eb8059e172e0b4ca6afc42ca117 (diff) | |
| download | emacs-config-1fa91ab306c7a7e917fecf1f653f11a640620941.tar.gz emacs-config-1fa91ab306c7a7e917fecf1f653f11a640620941.zip | |
Add strict-types snippet to PHP
| -rw-r--r-- | oni-php/snippets/php-mode/strict-types | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/oni-php/snippets/php-mode/strict-types b/oni-php/snippets/php-mode/strict-types new file mode 100644 index 0000000..bdcf3f9 --- /dev/null +++ b/oni-php/snippets/php-mode/strict-types @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: strict-types +# key: strict-types +# -- +declare(strict_types=1);
\ No newline at end of file |
