Skip to content

Commit 86f752d

Browse files
committed
• change ‘// code...’ → ‘# code...’ for consistency with other smippets
git-svn-id: http://svn.textmate.org/trunk/Bundles/PHP.tmbundle@6730 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
1 parent c421cbe commit 86f752d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Snippets/function xx( ).tmSnippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>content</key>
66
<string>${1:public }function ${2:FunctionName}(${3:\$${4:value}${5:=''}})
77
{
8-
${0:// code...}
8+
${0:# code...}
99
}</string>
1010
<key>name</key>
1111
<string>function …</string>

0 commit comments

Comments
 (0)