Skip to content

Commit

Permalink
Update Response-make.sublime-snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksamson committed Jul 17, 2015
1 parent ac0206c commit f9b4d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/Response/Response-make.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<snippet>
<content><![CDATA[
\$response->make(${1:\$contents}, ${1:\$headers});
\$response->make(${1:\$contents}${2:[, 200]}${3:[, \$headers]});
]]></content>
<tabTrigger>Response::make</tabTrigger>
<scope>source.php, source.html</scope>
Expand Down

0 comments on commit f9b4d9d

Please sign in to comment.