Resolve #3426719 "Return value must"
I'm still seeing this so removing the draft flag. I see that the function name currently specifies "StreamedResponse" but four lines later, when the $response variable is initiated, it says "CacheableReponse." Does that explain the error?
$response = new CacheableResponse('', 200);
Edited by rclemings