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
Response is recognized and Ctrl clickable, HTTP_ACCEPTED is not. But it is oddly counted as a reference in the Response class.
<?phpdeclare(strict_types=1);
namespaceFoo;
useSymfony\Component\HttpFoundation\Response;
class Bar
{
publicfunctiondoFoo(): int
{
return Response::HTTP_ACCEPTED;
}
}
Extension version: v1.51.16045
The text was updated successfully, but these errors were encountered:
Response
is recognized and Ctrl clickable,HTTP_ACCEPTED
is not. But it is oddly counted as a reference in the Response class.Extension version: v1.51.16045
The text was updated successfully, but these errors were encountered: