Skip to content

Commit

Permalink
PISHPS-303: fixed phpstan error
Browse files Browse the repository at this point in the history
  • Loading branch information
m-muxfeld-diw committed Jul 9, 2024
1 parent 81edacc commit 987faad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Service/MollieApi/LineItemDataExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ private function encodePathAndQuery(string $fullUrl):string
* 'key=value'. It applies the sanitizeQueryPart method to each query string to ensure the keys
* and values are URL encoded, making them safe for use in URLs.
*
* @param array $query An array of query strings to be sanitized.
* @return array The sanitized array with URL encoded query strings.
* @param string[] $query An array of query strings to be sanitized.
* @return string[] The sanitized array with URL encoded query strings.
*/
private function sanitizeQuery(array $query): array
{
Expand Down

0 comments on commit 987faad

Please sign in to comment.