Skip to content

Commit 749460b

Browse files
oliver-dvorskilpil
authored andcommitted
Escape $ in $this->
1 parent 7bb2385 commit 749460b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/php.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ snippet i
3838
${0:${VISUAL}}
3939
}
4040
snippet t.
41-
$this->
41+
\$this->
4242
snippet f
4343
function ${1}(${3})
4444
{

0 commit comments

Comments
 (0)