Skip to content

Commit 3d4bba5

Browse files
committed
Update the phpstan baseline
1 parent f52f639 commit 3d4bba5

1 file changed

Lines changed: 0 additions & 36 deletions

File tree

phpstan-baseline.neon

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,6 @@ parameters:
210210
count: 1
211211
path: src/Controller/GithubController.php
212212

213-
-
214-
message: '#^Method App\\Controller\\GithubController\:\:link_issue\(\) with return type void returns Cake\\Http\\Response\|null but should not return anything\.$#'
215-
identifier: return.void
216-
count: 1
217-
path: src/Controller/GithubController.php
218-
219213
-
220214
message: '#^Strict comparison using \!\=\= between ''Github issue has…''\|''Something went…'' and '''' will always evaluate to true\.$#'
221215
identifier: notIdentical.alwaysTrue
@@ -240,12 +234,6 @@ parameters:
240234
count: 1
241235
path: src/Controller/IncidentsController.php
242236

243-
-
244-
message: '#^Access to an undefined property App\\Model\\Table\\ReportsTable\:\:\$id\.$#'
245-
identifier: property.notFound
246-
count: 2
247-
path: src/Controller/IncidentsController.php
248-
249237
-
250238
message: '#^Cannot use array destructuring on array\|object\.$#'
251239
identifier: offsetAccess.nonArray
@@ -270,12 +258,6 @@ parameters:
270258
count: 2
271259
path: src/Controller/NotificationsController.php
272260

273-
-
274-
message: '#^Call to App\\Controller\\NotificationsController\:\:loadComponent could not find the class for "RequestHandler"$#'
275-
identifier: cake.loadComponent.existClass
276-
count: 1
277-
path: src/Controller/NotificationsController.php
278-
279261
-
280262
message: '#^Parameter \#1 \$string of method Cake\\Http\\Response\:\:withStringBody\(\) expects string\|null, string\|false given\.$#'
281263
identifier: argument.type
@@ -294,12 +276,6 @@ parameters:
294276
count: 2
295277
path: src/Controller/ReportsController.php
296278

297-
-
298-
message: '#^Access to an undefined property App\\Model\\Table\\ReportsTable\:\:\$id\.$#'
299-
identifier: property.notFound
300-
count: 2
301-
path: src/Controller/ReportsController.php
302-
303279
-
304280
message: '#^Access to an undefined property App\\Model\\Table\\ReportsTable\:\:\$recursive\.$#'
305281
identifier: property.notFound
@@ -312,12 +288,6 @@ parameters:
312288
count: 2
313289
path: src/Controller/ReportsController.php
314290

315-
-
316-
message: '#^Call to App\\Controller\\ReportsController\:\:loadComponent could not find the class for "RequestHandler"$#'
317-
identifier: cake.loadComponent.existClass
318-
count: 1
319-
path: src/Controller/ReportsController.php
320-
321291
-
322292
message: '#^Cannot use array destructuring on array\|object\.$#'
323293
identifier: offsetAccess.nonArray
@@ -618,12 +588,6 @@ parameters:
618588
count: 1
619589
path: src/Model/Table/NotificationsTable.php
620590

621-
-
622-
message: '#^Access to an undefined property App\\Model\\Table\\ReportsTable\:\:\$id\.$#'
623-
identifier: property.notFound
624-
count: 5
625-
path: src/Model/Table/ReportsTable.php
626-
627591
-
628592
message: '#^Access to an undefined property Cake\\Datasource\\EntityInterface\:\:\$id\.$#'
629593
identifier: property.notFound

0 commit comments

Comments
 (0)