@@ -30,7 +30,7 @@ |
||
30 | 30 | * |
31 | 31 | * @throws \Comodojo\Exception\CacheException |
32 | 32 | */ |
33 | - public function __construct($select_mode = null, LoggerInterface $logger = null, $default_ttl = 3600, $flap_interval = 600) { |
|
33 | + public function __construct($select_mode = null, LoggerInterface $logger = null, $default_ttl = 3600, $flap_interval = 600) { |
|
34 | 34 | |
35 | 35 | parent::__construct($select_mode, $logger); |
36 | 36 |