Skip to content

Commit

Permalink
Merge pull request #12 from stof/patch-1
Browse files Browse the repository at this point in the history
Add support for the new Request::getContentTypeFormat method of Symfony 6.2
  • Loading branch information
King2500 authored Dec 12, 2022
2 parents 133645e + f8bc4ae commit 9121b7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Symfony/Component/HttpFoundation/.phpstorm.meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
expectedReturnValues(\Symfony\Component\HttpFoundation\Request::getFormat(), argumentsSet('symfony_request_formats'));
expectedReturnValues(\Symfony\Component\HttpFoundation\Request::getRequestFormat(), argumentsSet('symfony_request_formats'));
expectedReturnValues(\Symfony\Component\HttpFoundation\Request::getContentType(), argumentsSet('symfony_request_formats'));
expectedReturnValues(\Symfony\Component\HttpFoundation\Request::getContentTypeFormat(), argumentsSet('symfony_request_formats'));

registerArgumentsSet('symfony_request_mimes',
'text/html',
Expand Down

0 comments on commit 9121b7e

Please sign in to comment.