Skip to content

Commit

Permalink
Rename imported InvalidInterface to InvalidArgumentInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed Sep 5, 2018
1 parent 7311be4 commit b9ad6ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Cache/InvalidArgumentException.php
Expand Up @@ -15,11 +15,11 @@
namespace Cake\Cache;

use Cake\Core\Exception\Exception;
use Psr\SimpleCache\InvalidArgumentException as InvalidInterface;
use Psr\SimpleCache\InvalidArgumentException as InvalidArgumentInterface;

/**
* Exception raised when cache keys are invalid.
*/
class InvalidArgumentException extends Exception implements InvalidInterface
class InvalidArgumentException extends Exception implements InvalidArgumentInterface
{
}

0 comments on commit b9ad6ad

Please sign in to comment.