$responseData of type string is incompatible with the type array expected by parameter $data of Pheanstalk\Response\ArrayResponse::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
37
return new Response\ArrayResponse('OK', /** @scrutinizer ignore-type */ $responseData);