-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
phpstan-baseline.neon
181 lines (146 loc) · 8.27 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
parameters:
ignoreErrors:
-
message: "#^Method App\\\\CommunityEvent\\\\EventScraping\\:\\:fetch\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/CommunityEvent/EventScraping.php
-
message: "#^Method App\\\\Job\\\\PoleEmploi\\\\PoleEmploiApi\\:\\:search\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Job/PoleEmploi/PoleEmploiApi.php
-
message: "#^Cannot access offset 'entreprise' on array\\|bool\\|float\\|int\\|string\\.$#"
count: 1
path: src/Job/PoleEmploi/PoleEmploiJobProvider.php
-
message: "#^Cannot access offset 'intitule' on array\\|bool\\|float\\|int\\|string\\.$#"
count: 1
path: src/Job/PoleEmploi/PoleEmploiJobProvider.php
-
message: "#^Cannot access offset 'lieuTravail' on array\\|bool\\|float\\|int\\|string\\.$#"
count: 1
path: src/Job/PoleEmploi/PoleEmploiJobProvider.php
-
message: "#^Cannot access offset 'origineOffre' on array\\|bool\\|float\\|int\\|string\\.$#"
count: 1
path: src/Job/PoleEmploi/PoleEmploiJobProvider.php
-
message: "#^Method App\\\\Job\\\\PoleEmploi\\\\PoleEmploiJobProvider\\:\\:isOfferCheckConditions\\(\\) has parameter \\$jobOffer with no value type specified in iterable type array\\.$#"
count: 1
path: src/Job/PoleEmploi/PoleEmploiJobProvider.php
-
message: "#^Parameter \\#1 \\$jobOffer of method App\\\\Job\\\\PoleEmploi\\\\PoleEmploiJobProvider\\:\\:isOfferCheckConditions\\(\\) expects array, array\\|bool\\|float\\|int\\|string given\\.$#"
count: 1
path: src/Job/PoleEmploi/PoleEmploiJobProvider.php
-
message: "#^Method App\\\\Job\\\\Scraping\\\\JobScraper\\:\\:scrap\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Job/Scraping/JobScraper.php
-
message: "#^Method App\\\\Job\\\\Scraping\\\\JobScraper\\:\\:scrap\\(\\) should return array but returns array\\|null\\.$#"
count: 1
path: src/Job/Scraping/JobScraper.php
-
message: "#^PHPDoc tag @var for variable \\$decodedData has no value type specified in iterable type array\\.$#"
count: 1
path: src/Job/Scraping/JobScraper.php
-
message: "#^Method App\\\\Job\\\\WelcometotheJungle\\\\WelcometotheJungleClient\\:\\:crawl\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Job/WelcometotheJungle/WelcometotheJungleClient.php
-
message: "#^Method App\\\\Job\\\\WelcometotheJungle\\\\WelcometotheJungleClient\\:\\:getLocation\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
count: 1
path: src/Job/WelcometotheJungle/WelcometotheJungleClient.php
-
message: "#^Method App\\\\Job\\\\WelcometotheJungle\\\\WelcometotheJungleClient\\:\\:shouldSkip\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
count: 1
path: src/Job/WelcometotheJungle/WelcometotheJungleClient.php
-
message: "#^Method App\\\\Mailjet\\\\MailjetApi\\:\\:addContactToList\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Mailjet/MailjetApi.php
-
message: "#^Method App\\\\Mailjet\\\\MailjetApi\\:\\:createContact\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Mailjet/MailjetApi.php
-
message: "#^Method App\\\\Mailjet\\\\Model\\\\CreateCampaignDraft\\\\CreateCampaignDraftRequest\\:\\:toArray\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Mailjet/Model/CreateCampaignDraft/CreateCampaignDraftRequest.php
-
message: "#^Method App\\\\Mailjet\\\\Model\\\\CreateCampaignDraft\\\\CreateCampaignDraftResponse\\:\\:__construct\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
count: 1
path: src/Mailjet/Model/CreateCampaignDraft/CreateCampaignDraftResponse.php
-
message: "#^Method App\\\\Mailjet\\\\Model\\\\CreateCampaignDraft\\\\CreateCampaignDraftResponse\\:\\:fromArray\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
count: 1
path: src/Mailjet/Model/CreateCampaignDraft/CreateCampaignDraftResponse.php
-
message: "#^Method App\\\\Mailjet\\\\Model\\\\CreateCampaignDraftContent\\\\CreateCampaignDraftContentResponse\\:\\:__construct\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
count: 1
path: src/Mailjet/Model/CreateCampaignDraftContent/CreateCampaignDraftContentResponse.php
-
message: "#^Method App\\\\Mailjet\\\\Model\\\\CreateCampaignDraftContent\\\\CreateCampaignDraftContentResponse\\:\\:fromArray\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
count: 1
path: src/Mailjet/Model/CreateCampaignDraftContent/CreateCampaignDraftContentResponse.php
-
message: "#^Method App\\\\Mailjet\\\\Model\\\\ManageContact\\\\ManageContactResponse\\:\\:__construct\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
count: 1
path: src/Mailjet/Model/ManageContact/ManageContactResponse.php
-
message: "#^Method App\\\\Mailjet\\\\Model\\\\ManageContact\\\\ManageContactResponse\\:\\:fromArray\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
count: 1
path: src/Mailjet/Model/ManageContact/ManageContactResponse.php
-
message: "#^Method App\\\\Mailjet\\\\Model\\\\SendCampaignDraft\\\\SendCampaignDraftResponse\\:\\:__construct\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
count: 1
path: src/Mailjet/Model/SendCampaignDraft/SendCampaignDraftResponse.php
-
message: "#^Method App\\\\Mailjet\\\\Model\\\\SendCampaignDraft\\\\SendCampaignDraftResponse\\:\\:fromArray\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
count: 1
path: src/Mailjet/Model/SendCampaignDraft/SendCampaignDraftResponse.php
-
message: "#^Method App\\\\Mailjet\\\\Model\\\\TestCampaignDraft\\\\TestCampaignDraftRequest\\:\\:toArray\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Mailjet/Model/TestCampaignDraft/TestCampaignDraftRequest.php
-
message: "#^Method App\\\\Mailjet\\\\Model\\\\TestCampaignDraft\\\\TestCampaignDraftResponse\\:\\:__construct\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
count: 1
path: src/Mailjet/Model/TestCampaignDraft/TestCampaignDraftResponse.php
-
message: "#^Method App\\\\Mailjet\\\\Model\\\\TestCampaignDraft\\\\TestCampaignDraftResponse\\:\\:fromArray\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
count: 1
path: src/Mailjet/Model/TestCampaignDraft/TestCampaignDraftResponse.php
-
message: "#^Cannot access offset 'text' on mixed\\.$#"
count: 1
path: src/MessageHandler/Job/ClassifyHandler.php
-
message: "#^Cannot access offset 0 on mixed\\.$#"
count: 1
path: src/MessageHandler/Job/ClassifyHandler.php
-
message: "#^Cannot cast mixed to string\\.$#"
count: 1
path: src/MessageHandler/Job/ClassifyHandler.php
-
message: "#^Method App\\\\Repository\\\\CommunityEvent\\\\EventRepository\\:\\:findPastEvents\\(\\) should return array\\<App\\\\Entity\\\\CommunityEvent\\\\Event\\> but returns mixed\\.$#"
count: 1
path: src/Repository/CommunityEvent/EventRepository.php
-
message: "#^Method App\\\\Repository\\\\CommunityEvent\\\\EventRepository\\:\\:findUpcomingEvents\\(\\) should return array\\<App\\\\Entity\\\\CommunityEvent\\\\Event\\> but returns mixed\\.$#"
count: 1
path: src/Repository/CommunityEvent/EventRepository.php
-
message: "#^Method App\\\\Tests\\\\Mock\\\\MockStripeClient\\:\\:request\\(\\) has parameter \\$headers with no value type specified in iterable type array\\.$#"
count: 1
path: tests/Mock/MockStripeClient.php
-
message: "#^Method App\\\\Tests\\\\Mock\\\\MockStripeClient\\:\\:request\\(\\) has parameter \\$params with no value type specified in iterable type array\\.$#"
count: 1
path: tests/Mock/MockStripeClient.php
-
message: "#^Method App\\\\Tests\\\\Mock\\\\MockStripeClient\\:\\:request\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: tests/Mock/MockStripeClient.php