ejsmont-artur / php-circuit-breaker

PHP implementation of circuit breaker pattern.
MIT License
169 stars 29 forks source link

Duplication in ArrayDecorator #5

Open wbits opened 8 years ago

wbits commented 8 years ago

/**

namespace Ejsmont\CircuitBreaker\Storage\Decorator;

use Ejsmont\CircuitBreaker\Storage\StorageInterface;

/**

namespace Ejsmont\CircuitBreaker\Storage\Decorator;

use Ejsmont\CircuitBreaker\Storage\StorageInterface; use Ejsmont\CircuitBreaker\Storage\StorageException;