5 lines
122 B
Plaintext
5 lines
122 B
Plaintext
[source,php]
|
|
----
|
|
for ($i = 0; $i < 42; $i++){} // Noncompliant: is the block empty on purpose, or is code missing?
|
|
----
|