Cast "testdox-columns" to an int

This commit is contained in:
Admiral-Enigma
2025-08-22 10:00:49 +02:00
parent a7b2039175
commit cd5272d8cc

View File

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