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 ef3defe commit 285f312Copy full SHA for 285f312
src/Packet/Header.php
@@ -12,7 +12,6 @@
12
use function array_search;
13
use function base64_decode;
14
use function base64_encode;
15
-use function implode;
16
use function is_string;
17
use function ord;
18
use function serialize;
@@ -170,6 +169,7 @@ private function __construct()
170
169
*
171
* @return string
172
*/
+ /*
173
public function __toString(): string
174
{
175
$content = sprintf(
@@ -197,7 +197,7 @@ public function __toString(): string
197
);
198
199
return $content;
200
- }
+ }*/
201
202
/**
203
* Parse the message
0 commit comments