Skip to content

Commit f5eba47

Browse files
committed
Update the phpstan baseline
1 parent 159dc38 commit f5eba47

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

phpstan-baseline.neon

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
parameters:
22
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-
153
-
164
message: '#^Parameter \#3 \$subject of function str_replace expects array\<string\>\|string, string\|false given\.$#'
175
identifier: argument.type
@@ -240,12 +228,6 @@ parameters:
240228
count: 3
241229
path: src/Controller/GithubController.php
242230

243-
-
244-
message: '#^Used function __ not found\.$#'
245-
identifier: function.notFound
246-
count: 1
247-
path: src/Controller/GithubController.php
248-
249231
-
250232
message: '#^Access to an undefined property App\\Controller\\IncidentsController\:\:\$Mailer\.$#'
251233
identifier: property.notFound
@@ -282,12 +264,6 @@ parameters:
282264
count: 2
283265
path: src/Controller/IncidentsController.php
284266

285-
-
286-
message: '#^Used function __ not found\.$#'
287-
identifier: function.notFound
288-
count: 1
289-
path: src/Controller/IncidentsController.php
290-
291267
-
292268
message: '#^Access to an undefined property App\\Controller\\NotificationsController\:\:\$OrderSearch\.$#'
293269
identifier: property.notFound
@@ -372,12 +348,6 @@ parameters:
372348
count: 1
373349
path: src/Controller/ReportsController.php
374350

375-
-
376-
message: '#^Used function __ not found\.$#'
377-
identifier: function.notFound
378-
count: 1
379-
path: src/Controller/ReportsController.php
380-
381351
-
382352
message: '#^Access to an undefined property App\\Model\\Table\\IncidentsTable\:\:\$recursive\.$#'
383353
identifier: property.notFound

0 commit comments

Comments
 (0)