aboutsummaryrefslogtreecommitdiffstats
path: root/oni-php/snippets/php-mode/strict-types
diff options
context:
space:
mode:
Diffstat (limited to 'oni-php/snippets/php-mode/strict-types')
-rw-r--r--oni-php/snippets/php-mode/strict-types5
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