From eda817995c1f0f39f3742104b11305ef953f91f4 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Fri, 1 Nov 2024 11:02:42 +0100 Subject: [PATCH] run-tests.php: fix wrong comment --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.php b/run-tests.php index 39621a39aa666..5f9c302cb1a57 100755 --- a/run-tests.php +++ b/run-tests.php @@ -1192,7 +1192,7 @@ function mail_qa_team(string $data, bool $status = false): bool } // -// 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