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
-24Lines changed: 0 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,5 @@
1
1
parameters:
2
2
ignoreErrors:
3
-
-
4
-
message:'#^Unable to resolve the template type TCloneable in call to static method GraphQL\\Language\\AST\\Node\:\:cloneValue\(\)$#'
5
-
identifier:argument.templateType
6
-
count:1
7
-
path:src/Language/AST/Node.php
8
-
9
3
-
10
4
message:'#^Variable property access on TCloneable of TNode of GraphQL\\Language\\AST\\Node\.$#'
11
5
identifier:property.dynamicName
@@ -30,24 +24,12 @@ parameters:
30
24
count:1
31
25
path:src/Type/Definition/InterfaceType.php
32
26
33
-
-
34
-
message:'#^Unable to resolve the template type T in call to static method GraphQL\\Type\\Schema\:\:resolveType\(\)$#'
35
-
identifier:argument.templateType
36
-
count:1
37
-
path:src/Type/Definition/InterfaceType.php
38
-
39
27
-
40
28
message:'#^Property GraphQL\\Type\\Definition\\ObjectType\:\:\$interfaces \(array\<int, GraphQL\\Type\\Definition\\InterfaceType\>\) does not accept array\<int, GraphQL\\Type\\Definition\\Type\>\.$#'
41
29
identifier:assign.propertyType
42
30
count:1
43
31
path:src/Type/Definition/ObjectType.php
44
32
45
-
-
46
-
message:'#^Unable to resolve the template type T in call to static method GraphQL\\Type\\Schema\:\:resolveType\(\)$#'
47
-
identifier:argument.templateType
48
-
count:1
49
-
path:src/Type/Definition/ObjectType.php
50
-
51
33
-
52
34
message:'#^Method GraphQL\\Type\\Definition\\UnionType\:\:getTypes\(\) should return array\<int, GraphQL\\Type\\Definition\\ObjectType\> but returns array\<int, GraphQL\\Type\\Definition\\Type\>\.$#'
53
35
identifier:return.type
@@ -60,12 +42,6 @@ parameters:
60
42
count:1
61
43
path:src/Type/Definition/UnionType.php
62
44
63
-
-
64
-
message:'#^Unable to resolve the template type T in call to static method GraphQL\\Type\\Schema\:\:resolveType\(\)$#'
65
-
identifier:argument.templateType
66
-
count:1
67
-
path:src/Type/Definition/UnionType.php
68
-
69
45
-
70
46
message:'#^Method GraphQL\\Type\\Schema\:\:resolveType\(\) should return T of GraphQL\\Type\\Definition\\Type but returns \(callable&GraphQL\\Type\\Definition\\Type\)\|T of GraphQL\\Type\\Definition\\Type\.$#'
0 commit comments