array('very invalid') of type array<integer,string> is incompatible with the type string expected by parameter $accessToken of Jalle19\StatusManager\Me...nRequest::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
26
new AuthenticationRequest(/** @scrutinizer ignore-type */ ['very invalid']);