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

Code Inspection: Concatenation to empty string can be merged with assignment

Last modified: 16 May 2022

Reports the .= concatenation assignments performed right after assignment to an empty string literal. Such assignments can be merged together.