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

Drop ignore error pattern matching Model::{getKeyName(), getColumns()} #206

Merged
merged 1 commit into from
Sep 18, 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
60 changes: 0 additions & 60 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -475,16 +475,6 @@ parameters:
count: 1
path: library/Reporting/Model/Config.php

-
message: "#^Method Icinga\\\\Module\\\\Reporting\\\\Model\\\\Config\\:\\:getColumns\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: library/Reporting/Model/Config.php

-
message: "#^Method Icinga\\\\Module\\\\Reporting\\\\Model\\\\Config\\:\\:getKeyName\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: library/Reporting/Model/Config.php

-
message: "#^Method Icinga\\\\Module\\\\Reporting\\\\Model\\\\Report\\:\\:createBehaviors\\(\\) has no return type specified\\.$#"
count: 1
Expand All @@ -495,21 +485,11 @@ parameters:
count: 1
path: library/Reporting/Model/Report.php

-
message: "#^Method Icinga\\\\Module\\\\Reporting\\\\Model\\\\Report\\:\\:getColumns\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: library/Reporting/Model/Report.php

-
message: "#^Method Icinga\\\\Module\\\\Reporting\\\\Model\\\\Report\\:\\:getDefaultSort\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: library/Reporting/Model/Report.php

-
message: "#^Method Icinga\\\\Module\\\\Reporting\\\\Model\\\\Report\\:\\:getKeyName\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: library/Reporting/Model/Report.php

-
message: "#^Method Icinga\\\\Module\\\\Reporting\\\\Model\\\\Reportlet\\:\\:createBehaviors\\(\\) has no return type specified\\.$#"
count: 1
Expand All @@ -520,16 +500,6 @@ parameters:
count: 1
path: library/Reporting/Model/Reportlet.php

-
message: "#^Method Icinga\\\\Module\\\\Reporting\\\\Model\\\\Reportlet\\:\\:getColumns\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: library/Reporting/Model/Reportlet.php

-
message: "#^Method Icinga\\\\Module\\\\Reporting\\\\Model\\\\Reportlet\\:\\:getKeyName\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: library/Reporting/Model/Reportlet.php

-
message: "#^Method Icinga\\\\Module\\\\Reporting\\\\Model\\\\Schedule\\:\\:createBehaviors\\(\\) has no return type specified\\.$#"
count: 1
Expand All @@ -540,16 +510,6 @@ parameters:
count: 1
path: library/Reporting/Model/Schedule.php

-
message: "#^Method Icinga\\\\Module\\\\Reporting\\\\Model\\\\Schedule\\:\\:getColumns\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: library/Reporting/Model/Schedule.php

-
message: "#^Method Icinga\\\\Module\\\\Reporting\\\\Model\\\\Schedule\\:\\:getKeyName\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: library/Reporting/Model/Schedule.php

-
message: "#^Method Icinga\\\\Module\\\\Reporting\\\\Model\\\\Template\\:\\:createBehaviors\\(\\) has no return type specified\\.$#"
count: 1
Expand All @@ -560,21 +520,11 @@ parameters:
count: 1
path: library/Reporting/Model/Template.php

-
message: "#^Method Icinga\\\\Module\\\\Reporting\\\\Model\\\\Template\\:\\:getColumns\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: library/Reporting/Model/Template.php

-
message: "#^Method Icinga\\\\Module\\\\Reporting\\\\Model\\\\Template\\:\\:getDefaultSort\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: library/Reporting/Model/Template.php

-
message: "#^Method Icinga\\\\Module\\\\Reporting\\\\Model\\\\Template\\:\\:getKeyName\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: library/Reporting/Model/Template.php

-
message: "#^Method Icinga\\\\Module\\\\Reporting\\\\Model\\\\Timeframe\\:\\:createBehaviors\\(\\) has no return type specified\\.$#"
count: 1
Expand All @@ -585,16 +535,6 @@ parameters:
count: 1
path: library/Reporting/Model/Timeframe.php

-
message: "#^Method Icinga\\\\Module\\\\Reporting\\\\Model\\\\Timeframe\\:\\:getColumns\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: library/Reporting/Model/Timeframe.php

-
message: "#^Method Icinga\\\\Module\\\\Reporting\\\\Model\\\\Timeframe\\:\\:getKeyName\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: library/Reporting/Model/Timeframe.php

-
message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
count: 1
Expand Down