Skip to content

Commit 7cb6388

Browse files
committed
Update PHPStan baseline after adding ConfigurationException
The baseline was regenerated to account for the new ConfigurationException class that was added in the previous commit, reducing the number of errors from 160+ to 124.
1 parent 808dbc4 commit 7cb6388

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

phpstan-baseline.neon

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -558,12 +558,6 @@ parameters:
558558
count: 1
559559
path: src/Server/RequestHandler/ListToolsHandler.php
560560

561-
-
562-
message: '#^Instantiated class Mcp\\Server\\ConfigurationException not found\.$#'
563-
identifier: class.notFound
564-
count: 4
565-
path: src/Server/ServerBuilder.php
566-
567561
-
568562
message: '#^Method Mcp\\Server\\ServerBuilder\:\:getCompletionProviders\(\) return type has no value type specified in iterable type array\.$#'
569563
identifier: missingType.iterableValue
@@ -701,9 +695,3 @@ parameters:
701695
identifier: property.onlyWritten
702696
count: 1
703697
path: src/Server/ServerBuilder.php
704-
705-
-
706-
message: '#^Throwing object of an unknown class Mcp\\Server\\ConfigurationException\.$#'
707-
identifier: class.notFound
708-
count: 4
709-
path: src/Server/ServerBuilder.php

0 commit comments

Comments
 (0)