PhpStorm
 
Get PhpStorm
You are viewing the documentation for an earlier version of PhpStorm.

Code Inspection: String concatenation is used instead of template literal

Last modified: 13 May 2022

Reports a string concatenation. Suggests replacing it with a template literal

Example

After applying the quick-fix the code looks as follows: