We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70473cf commit 2157c4cCopy full SHA for 2157c4c
src/message_helpers.php
@@ -236,6 +236,7 @@ function decompress_content(MessageInterface $message):string{
236
if($encoding === 'br'){
237
// https://github.com/kjdev/php-ext-brotli
238
if(extension_loaded('brotli') && function_exists('brotli_uncompress')){
239
+ /** @phan-suppress-next-line PhanUndeclaredFunction */
240
return brotli_uncompress($data); // @codeCoverageIgnore
241
}
242
0 commit comments