We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b442078 commit 5b47344Copy full SHA for 5b47344
src/Mcp/Tools/ApplicationInfo.php
@@ -11,9 +11,7 @@
11
#[IsReadOnly]
12
class ApplicationInfo extends Tool
13
{
14
- public function __construct(protected Roster $roster)
15
- {
16
- }
+ public function __construct(protected Roster $roster) {}
17
18
public function description(): string
19
@@ -26,7 +24,7 @@ public function schema(ToolInputSchema $schema): ToolInputSchema
26
24
}
27
25
28
/**
29
- * @param array<string> $arguments
+ * @param array<string> $arguments
30
*/
31
public function handle(array $arguments): ToolResult
32
0 commit comments