Skip to content

Commit

Permalink
🚒
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Feb 15, 2024
1 parent 38df77e commit 3c125c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RedisCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use Psr\Log\{LoggerInterface, NullLogger};
use Redis;

use function array_combine, array_keys, extension_loaded, is_int;
use function array_combine, array_keys, extension_loaded;

/**
* Implements a cache via Redis
Expand Down

0 comments on commit 3c125c3

Please sign in to comment.