10 lines
112 B
Plaintext
10 lines
112 B
Plaintext
![]() |
[source,php,diff-id=1,diff-type=compliant]
|
||
|
----
|
||
|
if ($condition1) {
|
||
|
// ...
|
||
|
}
|
||
|
|
||
|
if ($condition2) {
|
||
|
//...
|
||
|
}
|
||
|
----
|