Test Failed
Pull Request — master (#238)
by
unknown
31:55
created
lib/Doctrine/Common/Cache/CacheProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -218,7 +218,7 @@
 block discarded – undo
218 218
         }
219 219
         
220 220
         $namespaceCacheKey = $this->getNamespaceCacheKey();
221
-        if($this->doContains($namespaceCacheKey)){
221
+        if ($this->doContains($namespaceCacheKey)) {
222 222
             return $this->namespaceVersion = (int) $this->doFetch($namespaceCacheKey);
223 223
         }
224 224
 
Please login to merge, or discard this patch.