From 1de8905bf5c0e26170aff0d7b3332de9f9f5ffe3 Mon Sep 17 00:00:00 2001 From: benjamenhogben Date: Tue, 9 Oct 2018 14:07:13 +0100 Subject: [PATCH] Change throwable var name --- extensions/php/snippets/php.snippets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/php/snippets/php.snippets.json b/extensions/php/snippets/php.snippets.json index f964dc42a01..1f2a07bef20 100644 --- a/extensions/php/snippets/php.snippets.json +++ b/extensions/php/snippets/php.snippets.json @@ -254,7 +254,7 @@ "body": [ "try {", "\t${1://code...}", - "} catch (${2:\\Throwable} ${3:$$t}) {", + "} catch (${2:\\Throwable} ${3:$$th}) {", "\t${4://throw $$th;}", "}" ],