Thanks to visit codestin.com Credit goes to github.com
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 f64621f commit 01a36b3Copy full SHA for 01a36b3
Tests/Messenger/EarlyExpirationHandlerTest.php
@@ -39,7 +39,7 @@ public function testHandle()
39
$item->set(234);
40
41
$computationService = new class() implements CallbackInterface {
42
- public function __invoke(CacheItemInterface $item, bool &$save)
+ public function __invoke(CacheItemInterface $item, bool &$save): mixed
43
{
44
usleep(30000);
45
$item->expiresAfter(3600);
0 commit comments