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 42f8ae0 commit 65ed483Copy full SHA for 65ed483
Socket.php
@@ -137,4 +137,4 @@ public static function readBuffer(int $length = 2048): string
137
} while (mb_strlen($output, '8bit') < $length);
138
return $output;
139
}
140
-}
+}
protocol/AProtocol.php
@@ -60,4 +60,4 @@ public function goodbye(...$args)
60
61
62
63
0 commit comments