Skip to content

Commit

Permalink
Update standard phpstan baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
raviks789 committed Dec 19, 2023
1 parent 4d76f59 commit 7b1ffae
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions phpstan-baseline-standard.neon
Original file line number Diff line number Diff line change
Expand Up @@ -1175,24 +1175,9 @@ parameters:
count: 1
path: library/Notifications/Widget/Calendar/Attendee.php

-
message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
count: 1
path: library/Notifications/Widget/Calendar/BaseGrid.php

-
message: "#^Call to an undefined method object\\:\\:getAttendee\\(\\)\\.$#"
count: 2
path: library/Notifications/Widget/Calendar/BaseGrid.php

-
message: "#^Call to an undefined method object\\:\\:getId\\(\\)\\.$#"
count: 1
path: library/Notifications/Widget/Calendar/BaseGrid.php

-
message: "#^Cannot call method format\\(\\) on DateTime\\|null\\.$#"
count: 3
count: 5
path: library/Notifications/Widget/Calendar/BaseGrid.php

-
Expand All @@ -1210,21 +1195,6 @@ parameters:
count: 1
path: library/Notifications/Widget/Calendar/BaseGrid.php

-
message: "#^Parameter \\#1 \\.\\.\\.\\$arg1 of function max expects array, mixed given\\.$#"
count: 1
path: library/Notifications/Widget/Calendar/BaseGrid.php

-
message: "#^Parameter \\#1 \\.\\.\\.\\$arg1 of function min expects array, mixed given\\.$#"
count: 1
path: library/Notifications/Widget/Calendar/BaseGrid.php

-
message: "#^Parameter \\#2 \\$entry of method Icinga\\\\Module\\\\Notifications\\\\Widget\\\\Calendar\\\\BaseGrid\\:\\:assembleEntry\\(\\) expects Icinga\\\\Module\\\\Notifications\\\\Widget\\\\Calendar\\\\Entry, object given\\.$#"
count: 1
path: library/Notifications/Widget/Calendar/BaseGrid.php

-
message: "#^Property Icinga\\\\Module\\\\Notifications\\\\Widget\\\\Calendar\\\\BaseGrid\\:\\:\\$extraEntriesCount type has no value type specified in iterable type array\\.$#"
count: 1
Expand Down

0 comments on commit 7b1ffae

Please sign in to comment.