Skip to content

Commit

Permalink
Merge pull request #627 from jrfnl/feature/fix-phpstan
Browse files Browse the repository at this point in the history
PHPStan: update baseline
  • Loading branch information
stof committed Aug 21, 2024
2 parents 0160eb2 + 63dec64 commit 196305b
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 196305b

Please sign in to comment.