Skip to content

Commit 2157c4c

Browse files
committed
🚿 y tho phan??
1 parent 70473cf commit 2157c4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/message_helpers.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ function decompress_content(MessageInterface $message):string{
236236
if($encoding === 'br'){
237237
// https://github.com/kjdev/php-ext-brotli
238238
if(extension_loaded('brotli') && function_exists('brotli_uncompress')){
239+
/** @phan-suppress-next-line PhanUndeclaredFunction */
239240
return brotli_uncompress($data); // @codeCoverageIgnore
240241
}
241242

0 commit comments

Comments
 (0)