7 lines
106 B
Plaintext
7 lines
106 B
Plaintext
== Noncompliant Code Example
|
|
|
|
[source,text]
|
|
----
|
|
$msg = "Hello " . "${name}" . "!"; // Noncompliant
|
|
----
|