diff --git a/extensions/php/snippets/php.snippets.json b/extensions/php/snippets/php.snippets.json index 1f2a07bef205125902b8fe4dbb031264a3ba9388..a0705e3aed4214586a94e8ecbb26f2f4505dfcbe 100644 --- a/extensions/php/snippets/php.snippets.json +++ b/extensions/php/snippets/php.snippets.json @@ -254,8 +254,8 @@ "body": [ "try {", "\t${1://code...}", - "} catch (${2:\\Throwable} ${3:$$th}) {", - "\t${4://throw $$th;}", + "} catch (${2:\\Throwable} ${3:\\$th}) {", + "\t${4://throw \\$th;}", "}" ], "description": "Try catch block"