forked from webonyx/graphql-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
82 lines (66 loc) · 2.54 KB
/
phpstan-baseline.neon
File metadata and controls
82 lines (66 loc) · 2.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
parameters:
ignoreErrors:
-
message: "#^Variable method call on \\$this\\(GraphQL\\\\Examples\\\\Blog\\\\Type\\\\CommentType\\)\\.$#"
count: 1
path: examples/01-blog/Blog/Type/CommentType.php
-
message: "#^Variable property access on GraphQL\\\\Examples\\\\Blog\\\\Data\\\\Comment\\.$#"
count: 1
path: examples/01-blog/Blog/Type/CommentType.php
-
message: "#^Variable property access on mixed\\.$#"
count: 1
path: examples/01-blog/Blog/Type/Field/HtmlField.php
-
message: "#^Variable method call on \\$this\\(GraphQL\\\\Examples\\\\Blog\\\\Type\\\\QueryType\\)\\.$#"
count: 1
path: examples/01-blog/Blog/Type/QueryType.php
-
message: "#^Variable method call on \\$this\\(GraphQL\\\\Examples\\\\Blog\\\\Type\\\\StoryType\\)\\.$#"
count: 1
path: examples/01-blog/Blog/Type/StoryType.php
-
message: "#^Variable property access on GraphQL\\\\Examples\\\\Blog\\\\Data\\\\Story\\.$#"
count: 1
path: examples/01-blog/Blog/Type/StoryType.php
-
message: "#^Variable method call on \\$this\\(GraphQL\\\\Examples\\\\Blog\\\\Type\\\\UserType\\)\\.$#"
count: 1
path: examples/01-blog/Blog/Type/UserType.php
-
message: "#^Variable property access on mixed\\.$#"
count: 1
path: examples/01-blog/Blog/Type/UserType.php
-
message: "#^Variable static method call on GraphQL\\\\Examples\\\\Blog\\\\Types\\.$#"
count: 1
path: examples/01-blog/Blog/Types.php
-
message: "#^Variable property access on GraphQL\\\\Language\\\\AST\\\\Node\\.$#"
count: 1
path: src/Language/AST/Node.php
-
message: "#^Variable property access on GraphQL\\\\Language\\\\AST\\\\Node\\.$#"
count: 1
path: src/Language/Visitor.php
-
message: "#^Variable property access on GraphQL\\\\Language\\\\AST\\\\Node\\|null\\.$#"
count: 1
path: src/Language/Visitor.php
-
message: "#^Variable property access on mixed\\.$#"
count: 2
path: src/Utils/AST.php
-
message: "#^Method GraphQL\\\\Utils\\\\SchemaExtender\\:\\:extendType\\(\\) should return GraphQL\\\\Type\\\\Definition\\\\ListOfType\\|\\(GraphQL\\\\Type\\\\Definition\\\\NamedType&GraphQL\\\\Type\\\\Definition\\\\Type\\)\\|GraphQL\\\\Type\\\\Definition\\\\NonNull but returns GraphQL\\\\Type\\\\Definition\\\\Type\\.$#"
count: 1
path: src/Utils/SchemaExtender.php
-
message: "#^Variable property access on object\\.$#"
count: 1
path: src/Utils/Utils.php
-
message: "#^Variable property access on \\$this\\(GraphQL\\\\Tests\\\\Type\\\\TypeLoaderTest\\)\\.$#"
count: 1
path: tests/Type/TypeLoaderTest.php