12 lines
230 B
Plaintext
12 lines
230 B
Plaintext
![]() |
include::../description.adoc[]
|
||
|
|
||
|
== Noncompliant Code Example
|
||
|
|
||
|
----
|
||
|
function divide($numerator, $denominator) {
|
||
|
return $numerator / $denominator; // FIXME denominator value might be 0
|
||
|
}
|
||
|
----
|
||
|
|
||
|
include::../see.adoc[]
|