diff --git a/bin/worker.php b/bin/worker.php index c26b05eb..b65c91f0 100644 --- a/bin/worker.php +++ b/bin/worker.php @@ -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) {