Skip to content

Commit aa01afe

Browse files
Update docblocks using latest documenter (#53550)
Co-authored-by: Taylor Otwell <[email protected]>
1 parent 8f2e2e3 commit aa01afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/Schedule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
* @method static bool hasMacro(string $name)
2121
* @method static void flushMacros()
2222
* @method static mixed macroCall(string $method, array $parameters)
23-
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes withoutOverlapping(int $expiresAt = 1440)
2423
* @method static void mergeAttributes(\Illuminate\Console\Scheduling\Event $event)
2524
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes user(string $user)
2625
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes environments(array|mixed $environments)
@@ -80,6 +79,7 @@
8079
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes yearlyOn(int $month = 1, int|string $dayOfMonth = 1, string $time = '0:0')
8180
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes days(array|mixed $days)
8281
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes timezone(\DateTimeZone|string $timezone)
82+
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes withoutOverlapping(int $expiresAt = 1440)
8383
*
8484
* @see \Illuminate\Console\Scheduling\Schedule
8585
*/

0 commit comments

Comments
 (0)