1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

do-while: align example code indentation (#5278)

This commit is contained in:
Samuel
2026-02-06 10:00:26 +01:00
committed by GitHub
parent b07b628d6f
commit 53fb200fed

View File

@@ -59,7 +59,7 @@ do {
if ($i < $minimum_limit) {
break;
}
echo "i is ok";
echo "i is ok";
/* process i */