Skip to content

Commit 21eccf9

Browse files
github-actionsgithub-actions[bot]
github-actions
authored andcommitted
style(php-cs-fixer): fix coding standards
1 parent ad9045b commit 21eccf9

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

src/McpServer/Action/Tools/Filesystem/FileUpdateLinesAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ public function __invoke(ServerRequestInterface $request): CallToolResult
149149
], isError: true);
150150
}
151151
}
152-
}
152+
}

src/McpServer/Routing/Attribute/Get.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
namespace Butschster\ContextGenerator\McpServer\Routing\Attribute;
66

7-
use Attribute;
8-
9-
#[Attribute(Attribute::TARGET_METHOD)]
7+
#[\Attribute(\Attribute::TARGET_METHOD)]
108
class Get extends Route
119
{
1210
public function __construct(

src/McpServer/Routing/Attribute/Post.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
namespace Butschster\ContextGenerator\McpServer\Routing\Attribute;
66

7-
use Attribute;
8-
9-
#[Attribute(Attribute::TARGET_METHOD)]
7+
#[\Attribute(\Attribute::TARGET_METHOD)]
108
class Post extends Route
119
{
1210
public function __construct(

src/McpServer/Routing/Attribute/Route.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
namespace Butschster\ContextGenerator\McpServer\Routing\Attribute;
66

7-
use Attribute;
8-
9-
#[Attribute(Attribute::TARGET_METHOD)]
7+
#[\Attribute(\Attribute::TARGET_METHOD)]
108
class Route
119
{
1210
public function __construct(

0 commit comments

Comments
 (0)