Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed Jan 1, 2022
1 parent 8049438 commit 8e5c9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Template/ClassTemplateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2991,7 +2991,7 @@ public function toString(): string
/**
* @psalm-template TResult
* @psalm-param callable(self::READ_UNCOMMITTED): TResult $readUncommitted
* @psalm-param pure-callable(self::READ_UNCOMMITTED): TResult $readUncommitted
* @psalm-return TResult
*/
public function resolve(callable $readUncommitted) {
Expand Down

0 comments on commit 8e5c9f0

Please sign in to comment.