Skip to content

Commit 91a35c5

Browse files
ashleyhindlegithub-actions[bot]
authored andcommitted
Fix code styling
1 parent 737fe5c commit 91a35c5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Server/Facades/Mcp.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
use Illuminate\Support\Facades\Facade;
88

99
/**
10-
* @method static void local(string $handle, string $serverClass)
11-
* @method static \Illuminate\Routing\Route web(string $handle, string $serverClass)
12-
* @method static callable|null getLocalServer(string $handle)
13-
* @method static string|null getWebServer(string $handle)
14-
*
15-
* @see \Laravel\Mcp\Server\Registrar
16-
*/
10+
* @method static void local(string $handle, string $serverClass)
11+
* @method static \Illuminate\Routing\Route web(string $handle, string $serverClass)
12+
* @method static callable|null getLocalServer(string $handle)
13+
* @method static string|null getWebServer(string $handle)
14+
*
15+
* @see \Laravel\Mcp\Server\Registrar
16+
*/
1717
class Mcp extends Facade
1818
{
1919
/**

0 commit comments

Comments
 (0)