It seems like the GitHub access token used for retrieving details about this repository from
GitHub became invalid. This might prevent certain types of inspections from being run (in
particular,
everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by ProtoneMedia\LaravelVeri...ail\Mail\VerifyNewEmail: $id, $relations, $class, $keyBy
Loading history...
14
15
/**
16
* @var \Illuminate\Database\Eloquent\Model
17
*/
18
public $pendingUserEmail;
19
20
/**
21
* Create a new message instance.
22
*
23
* @return void
24
*/
25
public function __construct(Model $pendingUserEmail)
It seems like __('Verify Email Address') can also be of type array and array; however, parameter $subject of Illuminate\Mail\Mailable::subject() does only seem to accept string, maybe add an additional type check?
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation