We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c8a58 commit a1877cbCopy full SHA for a1877cb
snippets/php-mode/strict-types
@@ -0,0 +1,7 @@
1
+-# -*- mode: snippet -*-
2
+-# contributor: USAMI Kenta <[email protected]>
3
+-# name: declare(strict_types=1)
4
+-# key: strict_types
5
+-# group: definitions
6
+-# --
7
+declare(strict_types=1);
snippets/php-mode/ticks
0 commit comments