Skip to content

Commit

Permalink
phpstan baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach committed Jan 15, 2024
1 parent d3e1527 commit 68bd5c4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,26 @@ parameters:
count: 1
path: src/Countries/Country.php

-
message: "#^Cannot call method isSunday\\(\\) on Carbon\\\\CarbonImmutable\\|false\\.$#"
count: 1
path: src/Countries/Netherlands.php

-
message: "#^Cannot call method subDay\\(\\) on Carbon\\\\CarbonImmutable\\|false\\.$#"
count: 1
path: src/Countries/Netherlands.php

-
message: "#^Method Spatie\\\\Holidays\\\\Countries\\\\Netherlands\\:\\:fixedHolidays\\(\\) should return array\\<string, Carbon\\\\CarbonImmutable\\> but returns array\\<string, Carbon\\\\CarbonImmutable\\|string\\|false\\>\\.$#"
count: 1
path: src/Countries/Netherlands.php

-
message: "#^Method Spatie\\\\Holidays\\\\Countries\\\\Netherlands\\:\\:variableHolidays\\(\\) should return array\\<string, Carbon\\\\CarbonImmutable\\> but returns array\\<string, Carbon\\\\CarbonImmutable\\|false\\>\\.$#"
count: 1
path: src/Countries/Netherlands.php

-
message: "#^Call to an undefined method Pest\\\\PendingCalls\\\\TestCall\\:\\:expect\\(\\)\\.$#"
count: 1
Expand Down

0 comments on commit 68bd5c4

Please sign in to comment.