Skip to content

Commit 4a7a30b

Browse files
committed
Tweak docs
1 parent cda834d commit 4a7a30b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/VerifierServer/Server.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Server {
4141
/**
4242
* The server instance.
4343
*
44-
* @var HttpServer|resource|null Server.
44+
* @var HttpServer|resource|null HTTP server.
4545
* */
4646
protected $server;
4747

@@ -70,7 +70,7 @@ class Server {
7070
/**
7171
* The server's endpoints.
7272
*
73-
* @var EndpointInterface[] Endpoints.
73+
* @var EndpointInterface[] HTTP server endpoints.
7474
* */
7575
private array $endpoints = [];
7676

0 commit comments

Comments
 (0)