Fix invalid php snippet (#192246)

Fix #189561
This commit is contained in:
Rob Lourens 2023-09-05 17:13:03 -07:00 committed by GitHub
parent 7cc7a6f50c
commit a8eda33032
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
},
"$a <=> $b": {
"prefix": "spaceship",
"body": "(${1:$$a} <=> ${2:$$b} === ${3|0,1,-1|})",
"body": "(${1:\\$a} <=> ${2:\\$b} === ${3|0,1,-1|})",
"description": "Spaceship equality check"
},
"attribute": {