Skip to content

Commit 691befd

Browse files
Update README.md
1 parent 411c544 commit 691befd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ composer require initphp/socket
3434
public static function server(int $handler = Socket::TCP, string $host = '', int $port = 0, null|string|float $argument = null): \InitPHP\Socket\Interfaces\SocketServerInterface
3535
```
3636

37-
- `$handler` : `Socket::SSL`, `Socket::TCP`, `Socket::TLS` or `Socket::UDP`
37+
- `$handler` : `Socket::SSL`, `Socket::TCP`, `Socket::TLS` or `Socket::UDP`
3838
- `$host` : Identifies the socket host. If not defined or left blank, it will throw an error.
3939
- `$port` : Identifies the socket port. If not defined or left blank, it will throw an error.
4040
- `$argument` : This value is the value that will be sent as 3 parameters to the constructor method of the handler.

0 commit comments

Comments
 (0)