Skip to content

Commit

Permalink
PHPStan: update baseline
Browse files Browse the repository at this point in the history
... to allow for a passing build after updates to PHPStan.
  • Loading branch information
jrfnl committed Aug 20, 2024
1 parent 0160eb2 commit 63dec64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ parameters:
message: "#^Parameter \\#1 \\$callback of function array_map expects \\(callable\\(ReflectionIntersectionType\\|ReflectionNamedType\\)\\: mixed\\)\\|null, Closure\\(ReflectionNamedType\\)\\: string given\\.$#"
count: 1
path: src/Prophecy/Prophecy/MethodProphecy.php

-
message: "#^Cannot access offset mixed on mixed\\.$#"
count: 1
path: src/Prophecy/Util/ExportUtil.php

0 comments on commit 63dec64

Please sign in to comment.