Skip to content

Commit

Permalink
Fix throws docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
MrEssex committed Nov 4, 2021
1 parent 304d794 commit 59ae523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ApcuCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace MrEssex\FileCache;

use DateInterval;
use Psr\SimpleCache\InvalidArgumentException;
use MrEssex\FileCache\Exceptions\InvalidArgumentException;

class ApcuCache extends AbstractCache
{
Expand Down

0 comments on commit 59ae523

Please sign in to comment.