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
But in PHPDocs written @return Response >> appears some warnings in IDE
Must be: @return static
or @return Response|RedirectResponse|JsonResponse|StreamedResponse|BinaryFileResponse
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
https://github.com/symfony/symfony/blob/master/src/Symfony/Component/HttpFoundation/Response.php#L454
Response->setStatusCode()
is also used in:But in PHPDocs written
@return Response
>> appears some warnings in IDEMust be:
@return static
or
@return Response|RedirectResponse|JsonResponse|StreamedResponse|BinaryFileResponse
The text was updated successfully, but these errors were encountered: