Skip to content

Commit 85180c4

Browse files

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

php-mode/abstract-class

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# key: acl
44
# uuid: acl
55
# --
6-
abstract class ${1:Name}${2: extends ${3:Parent}} {
6+
abstract class ${1:Name}${2: extends ${3:Parent}}
7+
{
78
`%`$0
89
}

php-mode/class

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# key: cl
44
# uuid: cl
55
# --
6-
class ${1:Name}${2: extends ${3:Parent}} {
6+
class ${1:Name}${2: extends ${3:Parent}}
7+
{
78
`%`$0
89
}

php-mode/method

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# key: met
44
# uuid: met
55
# --
6-
${1:public} function ${2:name}($3) {
6+
${1:public} function ${2:name}($3)
7+
{
78
`%`$0
89
}

0 commit comments

Comments
 (0)