diff --git a/bin/worker.php b/bin/worker.php index b65c91f0..dc69d67e 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']), - (int) $getopt['testdox-columns'] ?? null, + (int) ($getopt['testdox-columns'] ?? null), ); while (true) {