1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

run-tests.php: fix wrong comment

[ci skip]

Closes GH-16666.
This commit is contained in:
Markus Staab
2024-11-01 11:02:42 +01:00
committed by Niels Dossche
parent 2b10cd1beb
commit 836bd22257

View File

@@ -1094,7 +1094,7 @@ function test_sort($a, $b): int
}
//
// Write the given text to a temporary file, and return the filename.
// Write the given text to a temporary file.
//
function save_text(string $filename, string $text, ?string $filename_copy = null): void