Skip to content

Commit e51ab90

Browse files
committed
Fix tests
1 parent 2698584 commit e51ab90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Commands/WatchMailboxTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
public function idle(
6767
callable $callback,
6868
?callable $query = null,
69-
int $timeout = 300
69+
int|callable $timeout = 300
7070
): void {
7171
throw new RuntimeException('Simulated exception');
7272
}

0 commit comments

Comments
 (0)