We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db04cae commit 3a33ccfCopy full SHA for 3a33ccf
1 file changed
Exception/InvalidArgumentException.php
@@ -11,6 +11,6 @@
11
12
namespace Cache\Taggable\Exception;
13
14
-class InvalidArgumentException extends \InvalidArgumentException implements \Psr\SimpleCache\InvalidArgumentException
+class InvalidArgumentException extends \InvalidArgumentException implements \Psr\Cache\InvalidArgumentException
15
{
16
}
0 commit comments