Skip to content

Commit

Permalink
fix: Argument::that allows params
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-feek committed May 24, 2020
1 parent 4290f2b commit 1000bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/Prophecy.phpstub
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace Prophecy {
use Prophecy\Argument\Token;
class Argument
{
/** @param callable():bool $callback */
/** @param callable(mixed...):bool $callback */
public static function that(callable $callback): Token\CallbackToken {}

/** @param mixed ...$tokens */
Expand Down

0 comments on commit 1000bb6

Please sign in to comment.