mirror of
https://github.com/itflow-org/itflow
synced 2026-09-21 14:11:17 +00:00
Bump ImapEngine from 1.25.1 to 1.25.2
This commit is contained in:
@@ -192,7 +192,7 @@ final class UriNormalizer
|
||||
$regex = '/(?:%[A-Fa-f0-9]{2})++/';
|
||||
|
||||
$callback = function (array $match): string {
|
||||
return strtoupper($match[0]);
|
||||
return Utils::asciiToUpper($match[0]);
|
||||
};
|
||||
|
||||
return $uri
|
||||
|
||||
Reference in New Issue
Block a user