Skip to content

Commit

Permalink
Fix php-mode strict-types snippet (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe authored Sep 11, 2024
1 parent 355abc3 commit f9d12a9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions snippets/php-mode/strict-types
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-# -*- mode: snippet -*-
-# contributor: USAMI Kenta <[email protected]>
-# name: declare(strict_types=1)
-# key: strict_types
-# group: definitions
-# --
# -*- mode: snippet -*-
# contributor: USAMI Kenta <[email protected]>
# name: declare(strict_types=1)
# key: strict_types
# group: definitions
# --
declare(strict_types=1);

0 comments on commit f9d12a9

Please sign in to comment.