Skip to content

Commit c33d5b4

Browse files
committed
ITT: Laravel few versions support markers added.
1 parent 171b973 commit c33d5b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/TestingTools/Asserts/ScheduleAssertsTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ private function createSampleSchedule()
2323
$schedule->command('bar')->hourly();
2424

2525
$baz = $schedule->command('baz')->twiceDaily();
26+
27+
/** @laravel-versions */
2628
if (method_exists($baz, 'runInBackground')) {
2729
$baz->runInBackground();
2830
}

0 commit comments

Comments
 (0)