Skip to content

Commit 7bdc401

Browse files
committed
Review
1 parent d22ba2e commit 7bdc401

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

run-tests.php

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,10 +1685,7 @@ function kill_children(array $children): void
16851685
}
16861686
}
16871687

1688-
/**
1689-
* @return true|void
1690-
*/
1691-
function run_worker()
1688+
function run_worker(): void
16921689
{
16931690
global $workerID, $workerSock;
16941691

@@ -1709,7 +1706,7 @@ function run_worker()
17091706
]);
17101707
}
17111708

1712-
return true;
1709+
return;
17131710
});
17141711

17151712
foreach ($greeting["GLOBALS"] as $var => $value) {
@@ -3261,7 +3258,7 @@ function show_result(
32613258
string $tested,
32623259
string $tested_file,
32633260
string $extra = '',
3264-
?string $temp_filenames = null
3261+
?array $temp_filenames = null
32653262
): void {
32663263
global $temp_target, $temp_urlbase, $line_length, $SHOW_ONLY_GROUPS;
32673264

0 commit comments

Comments
 (0)