This inspection helps maintain correct syntax in `.env` files by enforcing the use of double quotes for nested variables, preventing unexpected behavior during variable evaluation.
Quick Fix: The inspection provides a quick fix to automatically enclose the nested variable within double quotes. Click the provided quick fix to resolve the issue automatically.