Laravel Version
11.44.1
PHP Version
8.3.17
Database Driver & Version
No response
Description
Method Illuminate\Queue\Jobs\Job::getJobId is annotated by @return string, but in fact in Illuminate\Queue\Jobs\DatabaseJob it returns $this->job->id which is annotate like stdClass and is mixed.
Steps To Reproduce
- Set-up DB queue with integer primary key
- Try to process a job
- The method
getJobId returns integer