-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
146 lines (118 loc) · 4.96 KB
/
phpstan-baseline.neon
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
parameters:
ignoreErrors:
-
message: "#^Cannot access offset 'access_token' on mixed\\.$#"
count: 1
path: src/Keboola/GoogleDriveWriter/Application.php
-
message: "#^Cannot access offset 'files' on mixed\\.$#"
count: 1
path: src/Keboola/GoogleDriveWriter/Application.php
-
message: "#^Cannot access offset 'refresh_token' on mixed\\.$#"
count: 1
path: src/Keboola/GoogleDriveWriter/Application.php
-
message: "#^Cannot access offset 'tables' on mixed\\.$#"
count: 2
path: src/Keboola/GoogleDriveWriter/Application.php
-
message: "#^Cannot access offset 0 on mixed\\.$#"
count: 1
path: src/Keboola/GoogleDriveWriter/Application.php
-
message: "#^Cannot call method getBody\\(\\) on Psr\\\\Http\\\\Message\\\\ResponseInterface\\|null\\.$#"
count: 1
path: src/Keboola/GoogleDriveWriter/Application.php
-
message: "#^Cannot call method handleError403\\(\\) on mixed\\.$#"
count: 1
path: src/Keboola/GoogleDriveWriter/Application.php
-
message: "#^Constant APP_NAME not found\\.$#"
count: 1
path: src/Keboola/GoogleDriveWriter/Application.php
-
message: "#^Parameter \\#1 \\$file of method Keboola\\\\GoogleDriveWriter\\\\Writer\\:\\:createFileMetadata\\(\\) expects array, mixed given\\.$#"
count: 1
path: src/Keboola/GoogleDriveWriter/Application.php
-
message: "#^Parameter \\#1 \\$filesConfig of method Keboola\\\\GoogleDriveWriter\\\\Writer\\:\\:processFiles\\(\\) expects array, mixed given\\.$#"
count: 1
path: src/Keboola/GoogleDriveWriter/Application.php
-
message: "#^Parameter \\#2 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
count: 1
path: src/Keboola/GoogleDriveWriter/Application.php
-
message: "#^Parameter \\#3 \\$accessToken of class Keboola\\\\Google\\\\ClientBundle\\\\Google\\\\RestApi constructor expects string, mixed given\\.$#"
count: 1
path: src/Keboola/GoogleDriveWriter/Application.php
-
message: "#^Parameter \\#4 \\$refreshToken of class Keboola\\\\Google\\\\ClientBundle\\\\Google\\\\RestApi constructor expects string, mixed given\\.$#"
count: 1
path: src/Keboola/GoogleDriveWriter/Application.php
-
message: "#^Constant ROOT_PATH not found\\.$#"
count: 1
path: src/Keboola/GoogleDriveWriter/Test/BaseTest.php
-
message: "#^Parameter \\#1 \\$accessToken of method Keboola\\\\Google\\\\ClientBundle\\\\Google\\\\RestApi\\:\\:setCredentials\\(\\) expects string, string\\|false given\\.$#"
count: 1
path: src/Keboola/GoogleDriveWriter/Test/BaseTest.php
-
message: "#^Parameter \\#1 \\$clientId of class Keboola\\\\Google\\\\ClientBundle\\\\Google\\\\RestApi constructor expects string, string\\|false given\\.$#"
count: 1
path: src/Keboola/GoogleDriveWriter/Test/BaseTest.php
-
message: "#^Parameter \\#2 \\$clientSecret of class Keboola\\\\Google\\\\ClientBundle\\\\Google\\\\RestApi constructor expects string, string\\|false given\\.$#"
count: 1
path: src/Keboola/GoogleDriveWriter/Test/BaseTest.php
-
message: "#^Parameter \\#2 \\$refreshToken of method Keboola\\\\Google\\\\ClientBundle\\\\Google\\\\RestApi\\:\\:setCredentials\\(\\) expects string, string\\|false given\\.$#"
count: 1
path: src/Keboola/GoogleDriveWriter/Test/BaseTest.php
-
message: "#^Cannot access offset 'name' on mixed\\.$#"
count: 1
path: src/Keboola/GoogleDriveWriter/Writer.php
-
message: "#^Cannot call method getReasonPhrase\\(\\) on Psr\\\\Http\\\\Message\\\\ResponseInterface\\|null\\.$#"
count: 2
path: src/Keboola/GoogleDriveWriter/Writer.php
-
message: "#^Method Keboola\\\\GoogleDriveWriter\\\\Writer\\:\\:tryParseNameFromManifest\\(\\) should return string but returns mixed\\.$#"
count: 1
path: src/Keboola/GoogleDriveWriter/Writer.php
-
message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#"
count: 1
path: src/Keboola/GoogleDriveWriter/Writer.php
-
message: "#^Parameter \\#4 \\$data of class Keboola\\\\GoogleDriveWriter\\\\Exception\\\\UserException constructor expects array, array\\|null given\\.$#"
count: 1
path: src/Keboola/GoogleDriveWriter/Writer.php
-
message: "#^Cannot access offset 'file' on mixed\\.$#"
count: 5
path: tests/FunctionalTest.php
-
message: "#^Cannot access offset 'id' on mixed\\.$#"
count: 3
path: tests/FunctionalTest.php
-
message: "#^Cannot access offset 'parents' on mixed\\.$#"
count: 1
path: tests/FunctionalTest.php
-
message: "#^Cannot access offset 0 on mixed\\.$#"
count: 1
path: tests/FunctionalTest.php
-
message: "#^Parameter \\#1 \\$fileId of method Keboola\\\\GoogleSheetsClient\\\\Client\\:\\:getFile\\(\\) expects string, mixed given\\.$#"
count: 3
path: tests/FunctionalTest.php
-
message: "#^Parameter \\#2 \\$array of method PHPUnit_Framework_Assert\\:\\:assertArrayHasKey\\(\\) expects array\\|ArrayAccess, mixed given\\.$#"
count: 1
path: tests/FunctionalTest.php