Skip to content

Commit

Permalink
phpstan: Update standard baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Jul 24, 2024
1 parent ab24853 commit ced20e4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions phpstan-baseline-standard.neon
Original file line number Diff line number Diff line change
Expand Up @@ -4487,7 +4487,7 @@ parameters:

-
message: "#^Cannot access property \\$host on mixed\\.$#"
count: 4
count: 2
path: library/Icingadb/Redis/VolatileStateResults.php

-
Expand Down Expand Up @@ -6960,6 +6960,11 @@ parameters:
count: 1
path: library/Icingadb/Widget/ItemList/BaseHistoryListItem.php

-
message: "#^Access to an undefined property object\\:\\:\\$start_time\\.$#"
count: 1
path: library/Icingadb/Widget/ItemList/BaseHistoryListItem.php

-
message: "#^Access to an undefined property object\\:\\:\\$text\\.$#"
count: 1
Expand Down Expand Up @@ -7070,11 +7075,6 @@ parameters:
count: 3
path: library/Icingadb/Widget/ItemList/BaseHistoryListItem.php

-
message: "#^Cannot access property \\$start_time on mixed\\.$#"
count: 1
path: library/Icingadb/Widget/ItemList/BaseHistoryListItem.php

-
message: "#^Cannot access property \\$state_type on mixed\\.$#"
count: 3
Expand Down Expand Up @@ -7542,22 +7542,22 @@ parameters:

-
message: "#^Cannot access property \\$last_state_change on mixed\\.$#"
count: 1
count: 2
path: library/Icingadb/Widget/ItemTable/StateRowItem.php

-
message: "#^Cannot access property \\$last_update on mixed\\.$#"
count: 1
count: 2
path: library/Icingadb/Widget/ItemTable/StateRowItem.php

-
message: "#^Cannot access property \\$next_check on mixed\\.$#"
count: 1
count: 2
path: library/Icingadb/Widget/ItemTable/StateRowItem.php

-
message: "#^Cannot access property \\$next_update on mixed\\.$#"
count: 1
count: 2
path: library/Icingadb/Widget/ItemTable/StateRowItem.php

-
Expand Down

0 comments on commit ced20e4

Please sign in to comment.