Skip to content

Commit

Permalink
WIP-phpstan-base-line
Browse files Browse the repository at this point in the history
  • Loading branch information
raviks789 committed Mar 6, 2024
1 parent 6b64c4b commit 1c9054f
Showing 1 changed file with 0 additions and 75 deletions.
75 changes: 0 additions & 75 deletions phpstan-baseline-standard.neon
Original file line number Diff line number Diff line change
Expand Up @@ -140,66 +140,6 @@ parameters:
count: 1
path: application/controllers/EventRuleController.php

-
message: "#^Parameter \\#1 \\$id of static method Icinga\\\\Module\\\\Notifications\\\\Common\\\\Links\\:\\:eventRule\\(\\) expects int, mixed given\\.$#"
count: 3
path: application/controllers/EventRuleController.php

-
message: "#^Parameter \\#1 \\$key of method Icinga\\\\Web\\\\Session\\\\SessionNamespace\\:\\:delete\\(\\) expects string, mixed given\\.$#"
count: 3
path: application/controllers/EventRuleController.php

-
message: "#^Parameter \\#1 \\$key of method Icinga\\\\Web\\\\Session\\\\SessionNamespace\\:\\:get\\(\\) expects string, mixed given\\.$#"
count: 3
path: application/controllers/EventRuleController.php

-
message: "#^Parameter \\#1 \\$key of method Icinga\\\\Web\\\\Session\\\\SessionNamespace\\:\\:set\\(\\) expects string, mixed given\\.$#"
count: 2
path: application/controllers/EventRuleController.php

-
message: "#^Parameter \\#1 \\$query of method ipl\\\\Web\\\\Control\\\\SearchEditor\\:\\:setQueryString\\(\\) expects string, mixed given\\.$#"
count: 1
path: application/controllers/EventRuleController.php

-
message: "#^Parameter \\#1 \\$ruleId of method Icinga\\\\Module\\\\Notifications\\\\Controllers\\\\EventRuleController\\:\\:fromDb\\(\\) expects int, mixed given\\.$#"
count: 2
path: application/controllers/EventRuleController.php

-
message: "#^Call to an undefined method Zend_Controller_Response_Abstract\\:\\:redirectAndExit\\(\\)\\.$#"
count: 1
path: application/controllers/EventRulesController.php

-
message: "#^Cannot access offset 'object_filter' on mixed\\.$#"
count: 2
path: application/controllers/EventRulesController.php

-
message: "#^Parameter \\#1 \\$key of method Icinga\\\\Web\\\\Session\\\\SessionNamespace\\:\\:delete\\(\\) expects string, int given\\.$#"
count: 1
path: application/controllers/EventRulesController.php

-
message: "#^Parameter \\#1 \\$key of method Icinga\\\\Web\\\\Session\\\\SessionNamespace\\:\\:get\\(\\) expects string, int given\\.$#"
count: 4
path: application/controllers/EventRulesController.php

-
message: "#^Parameter \\#1 \\$key of method Icinga\\\\Web\\\\Session\\\\SessionNamespace\\:\\:set\\(\\) expects string, int given\\.$#"
count: 2
path: application/controllers/EventRulesController.php

-
message: "#^Parameter \\#1 \\$query of method ipl\\\\Web\\\\Control\\\\SearchEditor\\:\\:setQueryString\\(\\) expects string, mixed given\\.$#"
count: 1
path: application/controllers/EventRulesController.php

-
message: "#^Parameter \\#2 \\$default of method Icinga\\\\Web\\\\UrlParams\\:\\:shift\\(\\) expects string\\|null, int\\<1, max\\> given\\.$#"
count: 1
Expand Down Expand Up @@ -1305,16 +1245,6 @@ parameters:
count: 1
path: library/Notifications/Widget/FlowLine.php

-
message: "#^Cannot access offset 0 on mixed\\.$#"
count: 1
path: library/Notifications/Widget/ItemList/ContactListItem.php

-
message: "#^Parameter \\#1 \\$content of static method ipl\\\\Html\\\\Text\\:\\:create\\(\\) expects string, mixed given\\.$#"
count: 1
path: library/Notifications/Widget/ItemList/ContactListItem.php

-
message: "#^Parameter \\#2 \\$value of method Icinga\\\\Web\\\\Url\\:\\:setParam\\(\\) expects array\\|bool\\|string, int given\\.$#"
count: 1
Expand Down Expand Up @@ -1585,11 +1515,6 @@ parameters:
count: 1
path: library/Notifications/Widget/Schedule.php

-
message: "#^Parameter \\#2 \\$value of static method ipl\\\\Stdlib\\\\Filter\\:\\:equal\\(\\) expects array\\|bool\\|float\\|int\\|string, mixed given\\.$#"
count: 1
path: library/Notifications/Widget/Schedule.php

-
message: "#^Property Icinga\\\\Module\\\\Notifications\\\\Widget\\\\Schedule\\:\\:\\$schedule \\(Icinga\\\\Module\\\\Notifications\\\\Model\\\\Schedule\\) does not accept Icinga\\\\Module\\\\Notifications\\\\Model\\\\Schedule\\|null\\.$#"
count: 1
Expand Down

0 comments on commit 1c9054f

Please sign in to comment.