Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01a36b3

Browse files
Fix merge
1 parent f64621f commit 01a36b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Messenger/EarlyExpirationHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function testHandle()
3939
$item->set(234);
4040

4141
$computationService = new class() implements CallbackInterface {
42-
public function __invoke(CacheItemInterface $item, bool &$save)
42+
public function __invoke(CacheItemInterface $item, bool &$save): mixed
4343
{
4444
usleep(30000);
4545
$item->expiresAfter(3600);

0 commit comments

Comments
 (0)