mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Psalm] Ignore internal method calls
This commit is contained in:
parent
5dc49fedc6
commit
d17373ea34
1 changed files with 2 additions and 0 deletions
|
|
@ -55,7 +55,9 @@ final class ShippingMethodNormalizer implements ContextAwareNormalizerInterface,
|
|||
|
||||
$filters = $request->attributes->get('_api_filters');
|
||||
if (null === $filters) {
|
||||
/** @psalm-suppress InternalMethod **/
|
||||
$queryString = RequestParser::getQueryString($request);
|
||||
/** @psalm-suppress InternalMethod **/
|
||||
$filters = $queryString ? RequestParser::parseRequestParams($queryString) : null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue