Closed rcerljenko closed 4 days ago
Hey there, thanks for reporting this issue.
If you notice improper DocBlock, PHPStan, or IDE warnings while using Laravel, do not create a GitHub issue. Instead, please submit a pull request to fix the problem. Also see our contribution guide.
Thanks!
This will be fixed shortly.
This will be fixed shortly.
53550
thanks!
Laravel Version
11.32.0
PHP Version
8.3
Database Driver & Version
No response
Description
PHPstan has issues with the latest "Schedule grouping" feature:
It errors the same with the rest of the group functions such as
runInBackground
,withoutOverlapping
, etc.Possible solution could be to add these method signatures in the facade docblock?
Steps To Reproduce