mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[ci skip] Update run-tests.php: Fix typo
Closes GH-12225.
This commit is contained in:
parent
fad0e4f4e7
commit
bae30682b8
1 changed files with 1 additions and 1 deletions
|
@ -4178,7 +4178,7 @@ class DiffOutputBuilder
|
||||||
}
|
}
|
||||||
$next++;
|
$next++;
|
||||||
}
|
}
|
||||||
// Found no more differenciating rows, we're done
|
// Found no more differentiating rows, we're done
|
||||||
if ($next === count($diffs)) {
|
if ($next === count($diffs)) {
|
||||||
if (($i - 1) < count($diffs)) {
|
if (($i - 1) < count($diffs)) {
|
||||||
fwrite($buffer, "--\n");
|
fwrite($buffer, "--\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue