Skip to content

Commit 07ea140

Browse files
committed
Add copyright note to test file header and fix import order in ReferenceHandler
Signed-off-by: Marvin Rütten <[email protected]>
1 parent 4f2d3fc commit 07ea140

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/Capability/Registry/ReferenceHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313

1414
use Mcp\Exception\InvalidArgumentException;
1515
use Mcp\Exception\RegistryException;
16+
use Mcp\Schema\Metadata;
1617
use Mcp\Server\ClientAwareInterface;
1718
use Mcp\Server\ClientGateway;
1819
use Mcp\Server\Session\SessionInterface;
19-
use Mcp\Schema\Metadata;
2020
use Psr\Container\ContainerInterface;
2121

2222
/**

tests/Unit/Capability/Registry/ReferenceHandlerTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
* This file is part of the official PHP MCP SDK.
55
*
66
* A collaboration between Symfony and the PHP Foundation.
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
710
*/
811

912
namespace Mcp\Tests\Unit\Capability\Registry;

0 commit comments

Comments
 (0)