mirror of
https://github.com/pestphp/pest.git
synced 2026-03-05 23:37:22 +01:00
Cast "testdox-columns" to an int
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user