This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
macos-provisioning/files/sublime/Packages/User/simpletest-getinfo.sublime-snippet

13 lines
251 B
XML

<snippet>
<content><![CDATA[
public static function getInfo() {
return array(
'name' => '${1}',
'description' => '${2}',
'group' => '${1}',
);
}
]]></content>
<tabTrigger>getinfo</tabTrigger>
<scope>source.php</scope>
</snippet>