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 83b77b4 commit a94c732Copy full SHA for a94c732
3 files changed
src/Client.php
@@ -12,7 +12,7 @@
12
use \InvalidArgumentException;
13
use RuntimeException;
14
15
-class Client implements ConnectorInterface
+final class Client implements ConnectorInterface
16
{
17
/**
18
*
src/Server.php
@@ -15,7 +15,7 @@
use \Exception;
use React\Promise\Timer\TimeoutException;
-class Server
+final class Server
19
20
// the following error codes are only used for SOCKS5 only
21
/** @internal */
src/StreamReader.php
@@ -9,7 +9,7 @@
9
10
* @internal
11
*/
-class StreamReader
+final class StreamReader
const RET_DONE = true;
const RET_INCOMPLETE = null;
0 commit comments