Skip to content

Commit

Permalink
Update phpstan-baseline.neon
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Oct 26, 2023
1 parent e5f6fc2 commit fca2323
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions phpstan-baseline.neon
Expand Up @@ -7467,7 +7467,7 @@ parameters:

-
message: "#^Cannot access offset string on mixed\\.$#"
count: 3
count: 2
path: library/Icinga/Data/Db/DbQuery.php

-
Expand Down Expand Up @@ -9137,7 +9137,7 @@ parameters:

-
message: "#^Cannot access offset int\\<0, max\\> on array\\<int\\|string, mixed\\>\\|false\\.$#"
count: 3
count: 2
path: library/Icinga/File/Storage/LocalFileStorage.php

-
Expand Down Expand Up @@ -11797,17 +11797,17 @@ parameters:

-
message: "#^Cannot access offset 'acknowledged' on mixed\\.$#"
count: 2
count: 1
path: library/Icinga/Web/Announcement/AnnouncementCookie.php

-
message: "#^Cannot access offset 'etag' on mixed\\.$#"
count: 2
count: 1
path: library/Icinga/Web/Announcement/AnnouncementCookie.php

-
message: "#^Cannot access offset 'next' on mixed\\.$#"
count: 2
count: 1
path: library/Icinga/Web/Announcement/AnnouncementCookie.php

-
Expand Down Expand Up @@ -11872,7 +11872,7 @@ parameters:

-
message: "#^Cannot access offset 'acknowledged…' on mixed\\.$#"
count: 2
count: 1
path: library/Icinga/Web/ApplicationStateCookie.php

-
Expand Down Expand Up @@ -12407,12 +12407,12 @@ parameters:

-
message: "#^Cannot access offset 'decorators' on mixed\\.$#"
count: 4
count: 2
path: library/Icinga/Web/Form.php

-
message: "#^Cannot access offset 'type' on mixed\\.$#"
count: 2
count: 1
path: library/Icinga/Web/Form.php

-
Expand Down Expand Up @@ -20552,7 +20552,7 @@ parameters:

-
message: "#^Cannot access offset 'joinCondition' on mixed\\.$#"
count: 5
count: 3
path: modules/monitoring/library/Monitoring/Backend/Ido/Query/IdoQuery.php

-
Expand Down Expand Up @@ -22287,12 +22287,12 @@ parameters:

-
message: "#^Cannot access offset 'code' on mixed\\.$#"
count: 3
count: 1
path: modules/monitoring/library/Monitoring/Command/Transport/ApiCommandTransport.php

-
message: "#^Cannot access offset 'error' on mixed\\.$#"
count: 4
count: 2
path: modules/monitoring/library/Monitoring/Command/Transport/ApiCommandTransport.php

-
Expand Down Expand Up @@ -23315,11 +23315,6 @@ parameters:
count: 1
path: modules/monitoring/library/Monitoring/Object/MonitoredObject.php

-
message: "#^Cannot access offset string on array\\|stdClass\\.$#"
count: 2
path: modules/monitoring/library/Monitoring/Object/MonitoredObject.php

-
message: "#^Cannot access property \\$is_json on mixed\\.$#"
count: 2
Expand Down Expand Up @@ -26042,7 +26037,7 @@ parameters:

-
message: "#^Cannot access offset mixed on int\\.$#"
count: 7
count: 5
path: modules/translation/library/Translation/Cli/ArrayToTextTableHelper.php

-
Expand Down

0 comments on commit fca2323

Please sign in to comment.