Update simpletest-getinfo.sublime-snippet
This commit is contained in:
parent
2abb7ab4a7
commit
9057bee1d5
|
@ -2,9 +2,9 @@
|
|||
<content><![CDATA[
|
||||
public static function getInfo() {
|
||||
return array(
|
||||
'name' => '${1}'
|
||||
'description' => '${2}'
|
||||
'group' => '${1}'
|
||||
'name' => '${1}',
|
||||
'description' => '${2}',
|
||||
'group' => '${1}',
|
||||
);
|
||||
}
|
||||
]]></content>
|
||||
|
|
Loading…
Reference in a new issue