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 a1319d7 commit 83c0f81Copy full SHA for 83c0f81
types/Cache/Repository.php
@@ -14,8 +14,8 @@
14
}));
15
16
assertType('mixed', $cache->pull('key'));
17
-assertType('mixed', $cache->pull('cache', 28));
18
-assertType('mixed', $cache->pull('cache', function (): int {
+assertType('28', $cache->pull('cache', 28));
+assertType('30', $cache->pull('cache', function (): int {
19
return 30;
20
21
assertType('33', $cache->sear('cache', function (): int {
0 commit comments