Skip to content

Commit b6e2aed

Browse files
committed
Documentation
1 parent 22806b0 commit b6e2aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Classes/Server.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function __construct(array $options = [])
6767
An optional array of parameters.
6868
Name | Type | Default | Description
6969
--- | --- | --- | ---
70-
filter` | array | ['text', 'binary'] | Array of opcodes to return on receive and listen functions
70+
filter | array | ["text", "binary"] | Array of opcodes to return on receive and listen functions
7171
fragment_size | int | 4096 | Maximum payload size
7272
logger | Psr\Log\LoggerInterface | Psr\Log\NullLogger |A [PSR-3](https://www.php-fig.org/psr/psr-3/) compatible logger
7373
port | int | 8000 | The server port to listen to

0 commit comments

Comments
 (0)