Update simpletest-getinfo.sublime-snippet

This commit is contained in:
Oliver Davies 2016-11-29 18:43:29 +00:00 committed by GitHub
parent 2abb7ab4a7
commit 9057bee1d5

View file

@ -2,9 +2,9 @@
<content><![CDATA[ <content><![CDATA[
public static function getInfo() { public static function getInfo() {
return array( return array(
'name' => '${1}' 'name' => '${1}',
'description' => '${2}' 'description' => '${2}',
'group' => '${1}' 'group' => '${1}',
); );
} }
]]></content> ]]></content>