squigg / azure-queue-laravel

PHP Laravel Queue Driver package for Microsoft Azure Storage Queues
41 stars 24 forks source link

fix return type for getJobId to be string #29

Closed aaw0 closed 1 year ago

aaw0 commented 1 year ago

AzureJob.php contains a wrong return type of int instead of string for getJobId()