Skip to content

Commit fba94bc

Browse files
committed
chore(cache): remove unnecessary mixed value declaration in DummyHandler
1 parent ff35267 commit fba94bc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

system/Cache/Handlers/DummyHandler.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ public function remember(string $key, int $ttl, Closure $callback): mixed
3636
return null;
3737
}
3838

39-
/**
40-
* @param mixed $value
41-
*/
4239
public function save(string $key, $value, int $ttl = 60): bool
4340
{
4441
return true;

0 commit comments

Comments
 (0)