We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2698584 commit e51ab90Copy full SHA for e51ab90
tests/Commands/WatchMailboxTest.php
@@ -66,7 +66,7 @@
66
public function idle(
67
callable $callback,
68
?callable $query = null,
69
- int $timeout = 300
+ int|callable $timeout = 300
70
): void {
71
throw new RuntimeException('Simulated exception');
72
}
0 commit comments