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
Currently in horizon/src/JobPayload.php. Probably other methods should be type hinted.
Return type of Laravel\Horizon\JobPayload::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/app/vendor/laravel/horizon/src/JobPayload.php
The text was updated successfully, but these errors were encountered:
Currently in
horizon/src/JobPayload.php
. Probably other methods should be type hinted.The text was updated successfully, but these errors were encountered: