Skip to content

Commit 02f164b

Browse files
committed
🚿
1 parent ea24fb5 commit 02f164b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MessageUtil.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
use Psr\Http\Message\{MessageInterface, RequestInterface, ResponseInterface};
1414
use RuntimeException, Throwable;
1515
use function call_user_func, extension_loaded, function_exists, gzdecode, gzinflate, gzuncompress, implode,
16-
in_array, json_decode, json_encode, simplexml_load_string, sprintf, strtolower, trim;
16+
in_array, json_decode, json_encode, simplexml_load_string, sprintf, strtolower;
1717
use const JSON_THROW_ON_ERROR;
1818

1919
/**

0 commit comments

Comments
 (0)