Completed
Pull Request — master (#156)
by
unknown
03:20
created
lib/Doctrine/Common/Cache/CacheProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
      */
183 183
     private function getNamespacedId($id)
184 184
     {
185
-        $namespaceVersion  = $this->getNamespaceVersion();
185
+        $namespaceVersion = $this->getNamespaceVersion();
186 186
 
187 187
         return sprintf('%s[%s][%s]', $this->namespace, $id, $namespaceVersion);
188 188
     }
@@ -265,7 +265,7 @@  discard block
 block discarded – undo
265 265
         $success = true;
266 266
 
267 267
         foreach ($keysAndValues as $key => $value) {
268
-            if (!$this->doSave($key, $value, (int) $lifetime)) {
268
+            if ( ! $this->doSave($key, $value, (int) $lifetime)) {
269 269
                 $success = false;
270 270
             }
271 271
         }
Please login to merge, or discard this patch.