Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update phpstan-baseline.neon #918

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -2027,17 +2027,17 @@ parameters:

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

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

-
message: "#^Cannot access offset 'results' on mixed\\.$#"
count: 7
count: 2
path: library/Icingadb/Command/Transport/ApiCommandTransport.php

-
Expand All @@ -2047,7 +2047,7 @@ parameters:

-
message: "#^Cannot access offset 'user' on mixed\\.$#"
count: 2
count: 1
path: library/Icingadb/Command/Transport/ApiCommandTransport.php

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

-
message: "#^Cannot access offset 'in_downtime' on mixed\\.$#"
count: 4
count: 1
path: library/Icingadb/Common/IcingaRedis.php

-
message: "#^Cannot access offset 'is_acknowledged' on mixed\\.$#"
count: 4
count: 1
path: library/Icingadb/Common/IcingaRedis.php

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

-
message: "#^Cannot access offset mixed on mixed\\.$#"
count: 5
count: 2
path: library/Icingadb/Model/Behavior/Bitmask.php

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

-
message: "#^Cannot access offset string on mixed\\.$#"
count: 3
count: 2
path: library/Icingadb/Web/Controller.php

-
Expand Down
Loading