Skip to content

Commit 71c5e0b

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 07c7850 commit 71c5e0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Illuminate/Support/Facades/Mail.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
* @method static void assertQueued(string|\Closure $mailable, callable|int|null $callback = null)
4949
* @method static void assertNotQueued(string|\Closure $mailable, callable|null $callback = null)
5050
* @method static void assertNothingQueued()
51+
* @method static void assertSentCount(int $count)
52+
* @method static void assertQueuedCount(int $count)
53+
* @method static void assertOutgoingCount(int $count)
5154
* @method static \Illuminate\Support\Collection sent(string|\Closure $mailable, callable|null $callback = null)
5255
* @method static bool hasSent(string $mailable)
5356
* @method static \Illuminate\Support\Collection queued(string|\Closure $mailable, callable|null $callback = null)

0 commit comments

Comments
 (0)