89779b5013
the first removes curly braces from a simple name variable, ${x} -> $x
and the second does the opposite $x -> ${x}
5 lines
121 B
HTML
5 lines
121 B
HTML
<html>
|
|
<body>
|
|
This intention removes the unnecessary curly braces around simple names in string templates
|
|
</body>
|
|
</html> |