|
1 | 1 | parameters: |
2 | 2 | ignoreErrors: |
3 | | - - |
4 | | - message: '#^Instantiated class App\\Middleware\\HostHeaderMiddleware not found\.$#' |
5 | | - identifier: class.notFound |
6 | | - count: 1 |
7 | | - path: src/Application.php |
8 | | - |
9 | | - - |
10 | | - message: '#^Parameter \#1 \$middleware of method Cake\\Http\\MiddlewareQueue\:\:add\(\) expects array\|Closure\|Psr\\Http\\Server\\MiddlewareInterface\|string, App\\Middleware\\HostHeaderMiddleware given\.$#' |
11 | | - identifier: argument.type |
12 | | - count: 1 |
13 | | - path: src/Application.php |
14 | | - |
15 | 3 | - |
16 | 4 | message: '#^Parameter \#3 \$subject of function str_replace expects array\<string\>\|string, string\|false given\.$#' |
17 | 5 | identifier: argument.type |
@@ -240,12 +228,6 @@ parameters: |
240 | 228 | count: 3 |
241 | 229 | path: src/Controller/GithubController.php |
242 | 230 |
|
243 | | - - |
244 | | - message: '#^Used function __ not found\.$#' |
245 | | - identifier: function.notFound |
246 | | - count: 1 |
247 | | - path: src/Controller/GithubController.php |
248 | | - |
249 | 231 | - |
250 | 232 | message: '#^Access to an undefined property App\\Controller\\IncidentsController\:\:\$Mailer\.$#' |
251 | 233 | identifier: property.notFound |
@@ -282,12 +264,6 @@ parameters: |
282 | 264 | count: 2 |
283 | 265 | path: src/Controller/IncidentsController.php |
284 | 266 |
|
285 | | - - |
286 | | - message: '#^Used function __ not found\.$#' |
287 | | - identifier: function.notFound |
288 | | - count: 1 |
289 | | - path: src/Controller/IncidentsController.php |
290 | | - |
291 | 267 | - |
292 | 268 | message: '#^Access to an undefined property App\\Controller\\NotificationsController\:\:\$OrderSearch\.$#' |
293 | 269 | identifier: property.notFound |
@@ -372,12 +348,6 @@ parameters: |
372 | 348 | count: 1 |
373 | 349 | path: src/Controller/ReportsController.php |
374 | 350 |
|
375 | | - - |
376 | | - message: '#^Used function __ not found\.$#' |
377 | | - identifier: function.notFound |
378 | | - count: 1 |
379 | | - path: src/Controller/ReportsController.php |
380 | | - |
381 | 351 | - |
382 | 352 | message: '#^Access to an undefined property App\\Model\\Table\\IncidentsTable\:\:\$recursive\.$#' |
383 | 353 | identifier: property.notFound |
|
0 commit comments