Completed
Pull Request — master (#237)
by igor
31:42
created
lib/Doctrine/Common/Cache/BloomChainCache.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,8 +38,8 @@
 block discarded – undo
38 38
      */
39 39
     public function __construct(BloomFilterAbstract $bloomFilter , $cacheProviders = [])
40 40
     {
41
-       parent::__construct($cacheProviders);
42
-       $this->bloomFilter = $bloomFilter;
41
+        parent::__construct($cacheProviders);
42
+        $this->bloomFilter = $bloomFilter;
43 43
     }
44 44
 
45 45
     /**
Please login to merge, or discard this patch.