@@ -25,7 +25,7 @@ |
||
| 25 | 25 | |
| 26 | 26 | class XCache extends AbstractProvider { |
| 27 | 27 | |
| 28 | - /** |
|
| 28 | + /** |
|
| 29 | 29 | * Class constructor |
| 30 | 30 | * |
| 31 | 31 | * @param LoggerInterface $logger |
@@ -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 | |