Skip to content

Commit f9d12a9

Browse files
authored
Fix php-mode strict-types snippet (#498)
1 parent 355abc3 commit f9d12a9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

snippets/php-mode/strict-types

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
-# --
1+
# -*- mode: snippet -*-
2+
# contributor: USAMI Kenta <[email protected]>
3+
# name: declare(strict_types=1)
4+
# key: strict_types
5+
# group: definitions
6+
# --
77
declare(strict_types=1);

0 commit comments

Comments
 (0)