Skip to content

Commit

Permalink
Generate new PHPStan baseline
Browse files Browse the repository at this point in the history
Last commit in the repo is 4 months old, many new versions of PHPStan were released since then πŸ˜‰.
  • Loading branch information
Wirone committed Dec 1, 2023
1 parent f972b17 commit e5aa5ea
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ parameters:
count: 1
path: src/Prophecy/Doubler/Doubler.php

-
message: "#^Parameter \\#1 \\$callback of function array_map expects \\(callable\\(ReflectionIntersectionType\\|ReflectionNamedType\\|string\\)\\: mixed\\)\\|null, Closure\\(string\\)\\: string given\\.$#"
count: 1
path: src/Prophecy/Doubler/Generator/ClassMirror.php

-
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: "#^Unable to resolve the template type T in call to method Prophecy\\\\Prophet\\:\\:prophesize\\(\\)$#"
count: 1
Expand Down

0 comments on commit e5aa5ea

Please sign in to comment.