Skip to content

Commit 3948362

Browse files
authored
chore: drop phpstan mcp/sdk class.notFound ignore (#8320)
1 parent 75c275c commit 3948362

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

phpstan.neon.dist

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ parameters:
4646
-
4747
message: '#Symfony\\Component\\PropertyInfo\\Type#'
4848
identifier: class.notFound
49-
# mcp/sdk 0.6 renamed Mcp\Schema\Resource to ResourceDefinition; Loader resolves at runtime, only one exists per installed version
50-
-
51-
message: '#class Mcp\\Schema\\(Resource|ResourceDefinition) not found#'
52-
identifier: class.notFound
53-
path: src/Mcp/Capability/Registry/Loader.php
5449
# False positives
5550
- message: '#Call to an undefined method Negotiation\\AcceptHeader::getType\(\).#'
5651
-

0 commit comments

Comments
 (0)