Input:
$var = "just string without expressions";
Output:
$var = "just string without expressions";
Expected behavior:
$var = 'just string without expressions';
Only for string without variables, call and etc.
Feel free to feedback. Add 👍 if you want this.
Input:
Output:
Expected behavior:
Only for string without
variables,calland etc.Feel free to feedback. Add 👍 if you want this.