Skip to content

Commit 6b87da5

Browse files
committed
Update Server.php
1 parent 6692300 commit 6b87da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VerifierServer/Server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class Server {
102102

103103
public function __construct(
104104
protected string $addr,
105-
protected int $port = 0
105+
protected int $port = 16261
106106
) {
107107
if (empty($port) && !str_contains($addr, ':')) {
108108
throw new Exception("Invalid address: $addr. Port is required.");

0 commit comments

Comments
 (0)