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 25, 2023
1 parent daa009e commit a5b4a1a
Showing 1 changed file with 8 additions and 8 deletions.
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

0 comments on commit a5b4a1a

Please sign in to comment.