Skip to content

Commit dae7a98

Browse files
committed
Merge remote-tracking branch 'origin/1.x' into 1.x
2 parents f732e96 + 5b47344 commit dae7a98

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Mcp/Tools/ApplicationInfo.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
#[IsReadOnly]
1212
class ApplicationInfo extends Tool
1313
{
14-
public function __construct(protected Roster $roster)
15-
{
16-
}
14+
public function __construct(protected Roster $roster) {}
1715

1816
public function description(): string
1917
{
@@ -26,7 +24,7 @@ public function schema(ToolInputSchema $schema): ToolInputSchema
2624
}
2725

2826
/**
29-
* @param array<string> $arguments
27+
* @param array<string> $arguments
3028
*/
3129
public function handle(array $arguments): ToolResult
3230
{

0 commit comments

Comments
 (0)