We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9917760 commit ae56a49Copy full SHA for ae56a49
run-tests.php
@@ -3174,7 +3174,7 @@ function show_start(int $start_timestamp): void
3174
echo "TIME START " . date('Y-m-d H:i:s', $start_timestamp) . "\n=====================================================================\n";
3175
}
3176
3177
-function show_end(int $start_timestamp, float $start_time, float $end_time): void
+function show_end(int $start_timestamp, int|float $start_time, int|float $end_time): void
3178
{
3179
echo "=====================================================================\nTIME END " . date('Y-m-d H:i:s', $start_timestamp + (int)(($end_time - $start_time)/1e9)) . "\n";
3180
0 commit comments