Merge pull request #1460 from Admiral-Enigma/4.x

Cast "testdox-columns" to an int
This commit is contained in:
nuno maduro
2025-08-22 09:20:44 +01:00
committed by GitHub

View File

@ -86,7 +86,7 @@ $bootPest = (static function (): void {
$getopt['teamcity-file'] ?? null, $getopt['teamcity-file'] ?? null,
$getopt['testdox-file'] ?? null, $getopt['testdox-file'] ?? null,
isset($getopt['testdox-color']), isset($getopt['testdox-color']),
$getopt['testdox-columns'] ?? null, (int) $getopt['testdox-columns'] ?? null,
); );
while (true) { while (true) {