Skip to content

Commit

Permalink
Add declare(strict_types=1); to PHP instead of ticks (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe authored May 7, 2024
1 parent 38c8a58 commit a1877cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 7 additions & 0 deletions snippets/php-mode/strict-types
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-# -*- mode: snippet -*-
-# contributor: USAMI Kenta <[email protected]>
-# name: declare(strict_types=1)
-# key: strict_types
-# group: definitions
-# --
declare(strict_types=1);
7 changes: 0 additions & 7 deletions snippets/php-mode/ticks

This file was deleted.

0 comments on commit a1877cb

Please sign in to comment.