diff --git a/bin/worker.php b/bin/worker.php index dc69d67e..bc1a2690 100644 --- a/bin/worker.php +++ b/bin/worker.php @@ -86,7 +86,7 @@ $getopt['teamcity-file'] ?? null, $getopt['testdox-file'] ?? null, isset($getopt['testdox-color']), - (int) ($getopt['testdox-columns'] ?? null), + isset($getopt['testdox-columns']) ? (int) $getopt['testdox-columns'] : null, ); while (true) {