Completed
Push — 2.0 ( aed067...b26523 )
by Marco
04:31
created
src/Comodojo/Cache/CacheManager.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.