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 355abc3 commit f9d12a9Copy full SHA for f9d12a9
snippets/php-mode/strict-types
@@ -1,7 +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
--# --
+# -*- mode: snippet -*-
+# contributor: USAMI Kenta <[email protected]>
+# name: declare(strict_types=1)
+# key: strict_types
+# group: definitions
+# --
7
declare(strict_types=1);
0 commit comments