We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc7a6f commit a8eda33Copy full SHA for a8eda33
extensions/php/snippets/php.code-snippets
@@ -21,7 +21,7 @@
21
},
22
"$a <=> $b": {
23
"prefix": "spaceship",
24
- "body": "(${1:$$a} <=> ${2:$$b} === ${3|0,1,-1|})",
+ "body": "(${1:\\$a} <=> ${2:\\$b} === ${3|0,1,-1|})",
25
"description": "Spaceship equality check"
26
27
"attribute": {
0 commit comments