diff --git a/src/Illuminate/Support/Facades/Mail.php b/src/Illuminate/Support/Facades/Mail.php index c5cc1014ecdc..af245fab23b6 100755 --- a/src/Illuminate/Support/Facades/Mail.php +++ b/src/Illuminate/Support/Facades/Mail.php @@ -41,13 +41,13 @@ * @method static void mixin(object $mixin, bool $replace = true) * @method static bool hasMacro(string $name) * @method static void flushMacros() - * @method static void assertSent(string|\Closure $mailable, callable|int|string|array|null $callback = null) + * @method static void assertSent(string|\Closure $mailable, callable|array|string|int|null $callback = null) * @method static void assertNotOutgoing(string|\Closure $mailable, callable|null $callback = null) - * @method static void assertNotSent(string|\Closure $mailable, callable|string|array|null $callback = null) + * @method static void assertNotSent(string|\Closure $mailable, callable|array|string|null $callback = null) * @method static void assertNothingOutgoing() * @method static void assertNothingSent() - * @method static void assertQueued(string|\Closure $mailable, callable|int|string|array|null $callback = null) - * @method static void assertNotQueued(string|\Closure $mailable, callable|string|array|null $callback = null) + * @method static void assertQueued(string|\Closure $mailable, callable|array|string|int|null $callback = null) + * @method static void assertNotQueued(string|\Closure $mailable, callable|array|string|null $callback = null) * @method static void assertNothingQueued() * @method static void assertSentCount(int $count) * @method static void assertQueuedCount(int $count)