Skip to content

Commit d246e45

Browse files
authored
Apply suggestions from code review
1 parent 2c0c5a1 commit d246e45

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Server/ServerBuilder.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,13 @@ final class ServerBuilder
8585
* annotations: Annotations|null}
8686
* > */
8787
private array $manualResourceTemplates = [];
88-
8988
/** @var array<
9089
* array{handler: array|string|Closure,
9190
* name: string|null,
9291
* description: string|null}
9392
* > */
9493
private array $manualPrompts = [];
95-
9694
private ?string $discoveryBasePath = null;
97-
9895
/**
9996
* @var array|string[]
10097
*/

0 commit comments

Comments
 (0)