Skip to content

Commit a8eda33

Browse files
authored
Fix invalid php snippet (microsoft#192246)
Fix microsoft#189561
1 parent 7cc7a6f commit a8eda33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/php/snippets/php.code-snippets

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"$a <=> $b": {
2323
"prefix": "spaceship",
24-
"body": "(${1:$$a} <=> ${2:$$b} === ${3|0,1,-1|})",
24+
"body": "(${1:\\$a} <=> ${2:\\$b} === ${3|0,1,-1|})",
2525
"description": "Spaceship equality check"
2626
},
2727
"attribute": {

0 commit comments

Comments
 (0)