Skip to content

Commit 8e5c9f0

Browse files
committed
fix test
1 parent 8049438 commit 8e5c9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Template/ClassTemplateTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2991,7 +2991,7 @@ public function toString(): string
29912991
29922992
/**
29932993
* @psalm-template TResult
2994-
* @psalm-param callable(self::READ_UNCOMMITTED): TResult $readUncommitted
2994+
* @psalm-param pure-callable(self::READ_UNCOMMITTED): TResult $readUncommitted
29952995
* @psalm-return TResult
29962996
*/
29972997
public function resolve(callable $readUncommitted) {

0 commit comments

Comments
 (0)