We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22806b0 commit b6e2aedCopy full SHA for b6e2aed
docs/Classes/Server.md
@@ -67,7 +67,7 @@ public function __construct(array $options = [])
67
An optional array of parameters.
68
Name | Type | Default | Description
69
--- | --- | --- | ---
70
-filter` | array | ['text', 'binary'] | Array of opcodes to return on receive and listen functions
+filter | array | ["text", "binary"] | Array of opcodes to return on receive and listen functions
71
fragment_size | int | 4096 | Maximum payload size
72
logger | Psr\Log\LoggerInterface | Psr\Log\NullLogger |A [PSR-3](https://www.php-fig.org/psr/psr-3/) compatible logger
73
port | int | 8000 | The server port to listen to
0 commit comments