Skip to content

Commit 00990ef

Browse files
authored
Merge pull request #1544 from Se7en-RU/fix-testdox-columns-warning
Fix Undefined array key "testdox-columns" warning
2 parents 477d20a + 4105e33 commit 00990ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/worker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
$getopt['teamcity-file'] ?? null,
8787
$getopt['testdox-file'] ?? null,
8888
isset($getopt['testdox-color']),
89-
(int) $getopt['testdox-columns'] ?? null,
89+
(int) ($getopt['testdox-columns'] ?? null),
9090
);
9191

9292
while (true) {

0 commit comments

Comments
 (0)