Skip to content

Commit c46aaeb

Browse files
committed
Fix DocBlock
1 parent db2681d commit c46aaeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Server.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Server
2929
/**
3030
* @param ServerInterface $socket
3131
* @param callable|null $callback
32-
* @param string $strategy
32+
* @param Strategy|string $strategy
3333
*/
3434
public function listen(ServerInterface $socket, callable $callback = null, Strategy $strategy = null)
3535
{

0 commit comments

Comments
 (0)