Guest User

Untitled

a guest
Jun 23rd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. {
  2. "Function XD": {
  3. "prefix": "funXD",
  4. "body": [
  5. "/**",
  6. " * $1",
  7. " * @param $2",
  8. " * @return $3",
  9. " */",
  10. "public function ${4:name} (${5:Type} ${6:$$var})",
  11. "{",
  12. "\t$7",
  13. "}"
  14. ]
  15. }
  16. }
Add Comment
Please, Sign In to add comment