We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca9b22 commit b5c88b5Copy full SHA for b5c88b5
tests/acceptance/Prophecy.feature
@@ -89,8 +89,8 @@ Feature: Prophecy
89
"""
90
When I run Psalm
91
Then I see these errors
92
- | Type | Message |
93
- | InvalidScalarArgument | Argument 1 of Prophecy\Argument::that expects callable(mixed...):bool, Closure():string(hello) provided |
+ | Type | Message |
+ | InvalidScalarArgument | /Argument 1 of Prophecy\\Argument::that expects callable\(mixed...\):bool, (pure-)?Closure\(\):string\(hello\) provided/ |
94
And I see no other errors
95
96
Scenario: prophesize() provided by ProphecyTrait is generic
0 commit comments