You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
+26-26Lines changed: 26 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -31,79 +31,79 @@ parameters:
31
31
path:src/Schema/Result/ReadResourceResult.php
32
32
33
33
-
34
-
message:'#^Method Mcp\\Server\\ServerBuilder\:\:addPrompt\(\) has parameter \$handler with no value type specified in iterable type array\.$#'
34
+
message:'#^Method Mcp\\Server\\Builder\:\:addPrompt\(\) has parameter \$handler with no value type specified in iterable type array\.$#'
35
35
identifier:missingType.iterableValue
36
36
count:1
37
-
path:src/Server/ServerBuilder.php
37
+
path:src/Server/Builder.php
38
38
39
39
-
40
-
message:'#^Method Mcp\\Server\\ServerBuilder\:\:addResource\(\) has parameter \$handler with no value type specified in iterable type array\.$#'
40
+
message:'#^Method Mcp\\Server\\Builder\:\:addResource\(\) has parameter \$handler with no value type specified in iterable type array\.$#'
41
41
identifier:missingType.iterableValue
42
42
count:1
43
-
path:src/Server/ServerBuilder.php
43
+
path:src/Server/Builder.php
44
44
45
45
-
46
-
message:'#^Method Mcp\\Server\\ServerBuilder\:\:addResourceTemplate\(\) has parameter \$handler with no value type specified in iterable type array\.$#'
46
+
message:'#^Method Mcp\\Server\\Builder\:\:addResourceTemplate\(\) has parameter \$handler with no value type specified in iterable type array\.$#'
47
47
identifier:missingType.iterableValue
48
48
count:1
49
-
path:src/Server/ServerBuilder.php
49
+
path:src/Server/Builder.php
50
50
51
51
-
52
-
message:'#^Method Mcp\\Server\\ServerBuilder\:\:addTool\(\) has parameter \$handler with no value type specified in iterable type array\.$#'
52
+
message:'#^Method Mcp\\Server\\Builder\:\:addTool\(\) has parameter \$handler with no value type specified in iterable type array\.$#'
53
53
identifier:missingType.iterableValue
54
54
count:1
55
-
path:src/Server/ServerBuilder.php
55
+
path:src/Server/Builder.php
56
56
57
57
-
58
-
message:'#^Method Mcp\\Server\\ServerBuilder\:\:addTool\(\) has parameter \$inputSchema with no value type specified in iterable type array\.$#'
58
+
message:'#^Method Mcp\\Server\\Builder\:\:addTool\(\) has parameter \$inputSchema with no value type specified in iterable type array\.$#'
59
59
identifier:missingType.iterableValue
60
60
count:1
61
-
path:src/Server/ServerBuilder.php
61
+
path:src/Server/Builder.php
62
62
63
63
-
64
-
message:'#^Method Mcp\\Server\\ServerBuilder\:\:getCompletionProviders\(\) return type has no value type specified in iterable type array\.$#'
64
+
message:'#^Method Mcp\\Server\\Builder\:\:getCompletionProviders\(\) return type has no value type specified in iterable type array\.$#'
65
65
identifier:missingType.iterableValue
66
66
count:1
67
-
path:src/Server/ServerBuilder.php
67
+
path:src/Server/Builder.php
68
68
69
69
-
70
-
message:'#^Method Mcp\\Server\\ServerBuilder\:\:setDiscovery\(\) has parameter \$excludeDirs with no value type specified in iterable type array\.$#'
70
+
message:'#^Method Mcp\\Server\\Builder\:\:setDiscovery\(\) has parameter \$excludeDirs with no value type specified in iterable type array\.$#'
71
71
identifier:missingType.iterableValue
72
72
count:1
73
-
path:src/Server/ServerBuilder.php
73
+
path:src/Server/Builder.php
74
74
75
75
-
76
-
message:'#^Method Mcp\\Server\\ServerBuilder\:\:setDiscovery\(\) has parameter \$scanDirs with no value type specified in iterable type array\.$#'
76
+
message:'#^Method Mcp\\Server\\Builder\:\:setDiscovery\(\) has parameter \$scanDirs with no value type specified in iterable type array\.$#'
77
77
identifier:missingType.iterableValue
78
78
count:1
79
-
path:src/Server/ServerBuilder.php
79
+
path:src/Server/Builder.php
80
80
81
81
-
82
-
message:'#^Property Mcp\\Server\\ServerBuilder\:\:\$instructions is never read, only written\.$#'
82
+
message:'#^Property Mcp\\Server\\Builder\:\:\$instructions is never read, only written\.$#'
83
83
identifier:property.onlyWritten
84
84
count:1
85
-
path:src/Server/ServerBuilder.php
85
+
path:src/Server/Builder.php
86
86
87
87
-
88
-
message:'#^Property Mcp\\Server\\ServerBuilder\:\:\$prompts type has no value type specified in iterable type array\.$#'
88
+
message:'#^Property Mcp\\Server\\Builder\:\:\$prompts type has no value type specified in iterable type array\.$#'
89
89
identifier:missingType.iterableValue
90
90
count:1
91
-
path:src/Server/ServerBuilder.php
91
+
path:src/Server/Builder.php
92
92
93
93
-
94
-
message:'#^Property Mcp\\Server\\ServerBuilder\:\:\$resourceTemplates type has no value type specified in iterable type array\.$#'
94
+
message:'#^Property Mcp\\Server\\Builder\:\:\$resourceTemplates type has no value type specified in iterable type array\.$#'
95
95
identifier:missingType.iterableValue
96
96
count:1
97
-
path:src/Server/ServerBuilder.php
97
+
path:src/Server/Builder.php
98
98
99
99
-
100
-
message:'#^Property Mcp\\Server\\ServerBuilder\:\:\$resources type has no value type specified in iterable type array\.$#'
100
+
message:'#^Property Mcp\\Server\\Builder\:\:\$resources type has no value type specified in iterable type array\.$#'
101
101
identifier:missingType.iterableValue
102
102
count:1
103
-
path:src/Server/ServerBuilder.php
103
+
path:src/Server/Builder.php
104
104
105
105
-
106
-
message:'#^Property Mcp\\Server\\ServerBuilder\:\:\$tools type has no value type specified in iterable type array\.$#'
106
+
message:'#^Property Mcp\\Server\\Builder\:\:\$tools type has no value type specified in iterable type array\.$#'
0 commit comments