rspec/rules/S3972/php/compliant-code-exclusive.adoc
2023-06-09 16:37:07 +02:00

8 lines
85 B
Plaintext

[source,php]
----
if ($condition1) {
// ...
} elseif ($condition2) {
//...
}
----