Skip to content

Commit ccb7720

Browse files
zonuexelewars
authored andcommitted
Add declare(strict_types=1); to PHP instead of ticks (AndreaCrotti#496)
1 parent cd4901e commit ccb7720

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

snippets/php-mode/strict-types

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)