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 ea24fb5 commit 02f164bCopy full SHA for 02f164b
src/MessageUtil.php
@@ -13,7 +13,7 @@
13
use Psr\Http\Message\{MessageInterface, RequestInterface, ResponseInterface};
14
use RuntimeException, Throwable;
15
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;
+ in_array, json_decode, json_encode, simplexml_load_string, sprintf, strtolower;
17
use const JSON_THROW_ON_ERROR;
18
19
/**
0 commit comments