Skip to content

Commit 6798533

Browse files
author
larry.sulebalogun
committed
10 - Resolved all phpstan issues by generating the baseline again
1 parent 4938028 commit 6798533

File tree

1 file changed

+0
-54
lines changed

1 file changed

+0
-54
lines changed

phpstan-baseline.neon

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -504,60 +504,6 @@ parameters:
504504
count: 1
505505
path: src/Schema/Result/ReadResourceResult.php
506506

507-
-
508-
message: '#^Method Mcp\\Capability\\Registry\:\:getPrompts\(\) invoked with 2 parameters, 0 required\.$#'
509-
identifier: arguments.count
510-
count: 1
511-
path: src/Server/RequestHandler/ListPromptsHandler.php
512-
513-
-
514-
message: '#^Result of && is always false\.$#'
515-
identifier: booleanAnd.alwaysFalse
516-
count: 1
517-
path: src/Server/RequestHandler/ListPromptsHandler.php
518-
519-
-
520-
message: '#^Strict comparison using \!\=\= between null and null will always evaluate to false\.$#'
521-
identifier: notIdentical.alwaysFalse
522-
count: 1
523-
path: src/Server/RequestHandler/ListPromptsHandler.php
524-
525-
-
526-
message: '#^Method Mcp\\Capability\\Registry\:\:getResources\(\) invoked with 2 parameters, 0 required\.$#'
527-
identifier: arguments.count
528-
count: 1
529-
path: src/Server/RequestHandler/ListResourcesHandler.php
530-
531-
-
532-
message: '#^Result of && is always false\.$#'
533-
identifier: booleanAnd.alwaysFalse
534-
count: 1
535-
path: src/Server/RequestHandler/ListResourcesHandler.php
536-
537-
-
538-
message: '#^Strict comparison using \!\=\= between null and null will always evaluate to false\.$#'
539-
identifier: notIdentical.alwaysFalse
540-
count: 1
541-
path: src/Server/RequestHandler/ListResourcesHandler.php
542-
543-
-
544-
message: '#^Method Mcp\\Capability\\Registry\:\:getTools\(\) invoked with 2 parameters, 0 required\.$#'
545-
identifier: arguments.count
546-
count: 1
547-
path: src/Server/RequestHandler/ListToolsHandler.php
548-
549-
-
550-
message: '#^Result of && is always false\.$#'
551-
identifier: booleanAnd.alwaysFalse
552-
count: 1
553-
path: src/Server/RequestHandler/ListToolsHandler.php
554-
555-
-
556-
message: '#^Strict comparison using \!\=\= between null and null will always evaluate to false\.$#'
557-
identifier: notIdentical.alwaysFalse
558-
count: 1
559-
path: src/Server/RequestHandler/ListToolsHandler.php
560-
561507
-
562508
message: '#^Method Mcp\\Server\\ServerBuilder\:\:getCompletionProviders\(\) return type has no value type specified in iterable type array\.$#'
563509
identifier: missingType.iterableValue

0 commit comments

Comments
 (0)