You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: array_diff(): Argument #1 ($array) must be of type array, null given in /vendor/laravel/framework/src/Illuminate/Bus/DatabaseBatchRepository.php:143
#46580
Closed
naciriii opened this issue
Mar 24, 2023
· 2 comments
· Fixed by #46581
As Laravel is an open source project, we rely on the community to help us diagnose and fix issues as it is not possible to research and fix every issue reported to us via GitHub.
If possible, please make a pull request fixing the issue you have described, along with corresponding tests. All pull requests are promptly reviewed by the Laravel team.
Description:
similar to #46327
this is basically related to : $batch->failed_job_ids is null thus array_diff will fail on null
and also here with same case
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: